IsNegativeInfinity()

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

IsNegativeInfinity()

OutputVar := instance.IsNegativeInfinity(obj)

IsNegativeInfinity(obj)

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

Parameters

obj

Instance of MfFloat

Returns

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

Since

Version 0.4

Remarks

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