Represents a value that is not a number (NaN) of MfFloat. This field is constant.
OutputVar := MfFloat.NaN
Value
Var String, "NaN"
Represents a value that is not a number (NaN). This field is constant.
Version 0.4
A method returns NaN when the result of an operation is undefined. For example, the result of dividing zero by zero is NaN,. (But note that dividing a non-zero number by zero returns either PositiveInfinity or NegativeInfinity, depending on the sign of the divisor.)