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