表示: Delphi
C++
表示設定
System.Math.MaxDouble
提供:XE2 API Documentation
Delphi
(*$EXTERNALSYM MaxDouble*)C++
extern const ::System::Extended MaxDouble /*= 1.7976931348623157081E+308*/;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
const variable |
public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
説明
MaxDouble は、Double 型変数の最大絶対値を表します。
Double 変数の最大絶対値は、1.7e+308 です。
関連項目
- Float と Double の制限事項 (C++)