NegativeInfinity

Namespace ›› System ›› MfFloat ›› Field ››
Parent Previous Next

NegativeInfinity

Represents negative infinity of MfFloat. This field is constant.

OutputVar := MfFloat.NegativeInfinity

Value

Var String, "-Infinity"

NegativeInfinity

Represents negative infinity. This field is constant.

Since

Version 0.4

Remarks

The value of this constant is the result of dividing a negative number by zero.

This constant is returned when the result of an operation is less than MinValue.

Use IsNegativeInfinity() to determine whether a value evaluates to negative infinity.