Double.Epsilon

Syntax

Epsilon: Double;

Description

The Epsilon property returns the minimum positive value of a non-zero real number.

Example

Sub Main;

Var

d: Double;

Begin

d := Double.Epsilon;

End Sub Main;

After executing the example the "D" variable will contain the least value, that is, 4.94065645841247E-324.

See also:

Double