System.SysUtils.TExtendedHelper.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

MinValue:Extended = -{$IFDEF EXTENDEDHAS10BYTES} 1.18973149535723176505e+4932 {$ELSE} 1.7976931348623157081e+308 {$ENDIF};

Properties

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

Description

Represents the minimum value of an extended precision floating-point variable.

See Also