System.SysUtils.TDoubleHelper.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

MinValue:Double = -1.7976931348623157081e+308;

Properties

Type Visibility Source Unit Parent
field public System.SysUtils.pas System.SysUtils TDoubleHelper

Description

Represents the minimum value of a double precision floating-point variable.

The minimum value of a Double variable is about -1.8e+308, and the hexadecimal representation is $FFEFFFFFFFFFFFFF.

The value of MinValue is the same as that of -MaxDouble.

See Also