System.Math.MaxComp

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

MaxComp     =  9223372036854775807;

C++

extern const System::Extended MaxComp /*= 9223372036854775807*/;

プロパティ

種類 可視性 ソース ユニット
const
variable
public
System.Math.pas
System.Math.hpp
System.Math System.Math


説明

MaxComp は、Comp 型変数の最大絶対値を表します。

Comp 変数の最大絶対値は、9.223372036854775807e+18 です。

関連項目