Show: Delphi
C++
Display Preferences
System.Math.MaxDouble
From XE2 API Documentation
Delphi
(*$EXTERNALSYM MaxDouble*)C++
extern const ::System::Extended MaxDouble /*= 1.7976931348623157081E+308*/;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
const variable |
public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
MaxDouble represents the maximum absolute value for a Double variable.
The maximum absolute value of a Double variable is 1.7e+308.
See Also
- Float and Double Limits (C++)