Double.PositiveInfinity

Syntax

PositiveInfinity: Double;

Description

The PositiveInfinity property returns the value that is equivalent to positive infinity.

Example

Sub Main;

Var

D:Double;

Begin

D := Double.PositiveInfinity;

End Sub Main;

After executing the example the "D" variable will contain the value that is equivalent to positive infinity, that is, 1.#INF.

See also:

Double