IsInfinity()

Namespace ›› System ›› MfFloat ›› Methods ››
Parent Previous Next

IsInfinity()

OutputVar := instance.IsInfinity(obj)

IsInfinity(obj)

Returns a value indicating whether the specified number evaluates to negative or positive infinity

Parameters

obj

Instance of MfFloat

Returns

Boolean var true if obj evaluates to PositiveInfinity or NegativeInfinity; otherwise, false.

Since

Version 0.4

Remarks

Static Method.
Floating-point operations return PositiveInfinity or NegativeInfinity to signal an overflow condition.