PositiveInfinity

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

PositiveInfinity

Represents positive infinity of MfFloat. This field is constant.

OutputVar := MfFloat.PositiveInfinity

Value

Var String, "Infinity"

PositiveInfinity

Represents positive infinity. This field is constant.

Since

Version 0.4

Remarks

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

This constant is returned when the result of an operation is greater than MaxValue.

Use IsPositiveInfinity() to determine whether a value evaluates to positive infinity.