OutputVar := instance.IsNaN(obj)
Returns a value that indicates whether the specified value is not a number (NaN).
obj
Instance of MfFloat
Boolean var true if obj evaluates to NaN; otherwise, false.
Version 0.4
Static Method.
Floating-point operations return NaN to signal that that result of the operation is undefined. For example, dividing 0.0 by 0.0 results in NaN.