Global::realMin Method [AX 2012]

Returns the min value allowed for real allowed by IL and the Interpretor.

This value is the minimum able to be marshalled between X++ and Managed Code.

Real can still be assigned values down to the original min -9.e127 but will throw an out of bounds exception in IL.

Syntax

client server public static real realMin()

Run On

Called

Return Value

Type: real
Accepted min value for IL and the Interpreter

Remarks

This is the minimum value that can be marshalled between X++ and Managed Code.

Real can still be assigned values down to the original min -9.e127 but will throw an out of bounds exception in IL.

See Also

Reference

Global Class