Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.