NegativeInfinity: Double;
The NegativeInfinity property returns a value that is equivalent to negative infinity.
Sub Main;
Var
D: Double;
Begin
D := Double.NegativeInfinity;
End Sub Main;
After executing the example the "D" variable will contain the value that is equivalent to negative infinity, that is, -1.#INF.
See also: