Global::realMax Method [AX 2012]

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

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

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

Syntax

client server public static real realMax()

Run On

Called

Return Value

Type: real
Accepted max value for IL and the Interpreter

Remarks

This is the maximum amount that can be marshalled between X++ and Managed Code.

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

See Also

Reference

Global Class