OutputVar := instance.IsInfinity(obj)
Returns a value indicating whether the specified number evaluates to negative or positive infinity
obj
Instance of MfFloat
Boolean var true if obj evaluates to PositiveInfinity or NegativeInfinity; otherwise, false.
Version 0.4
Static Method.
Floating-point operations return PositiveInfinity or NegativeInfinity to signal an overflow condition.