System.Math.MinComp

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

Delphi

MinComp     = -9223372036854775807;

C++

extern const System::Extended MinComp /*= -9223372036854775807*/;

プロパティ

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


説明

MinComp は、Comp 変数の最小値を表します。

Comp 変数の最小値は、-9.223372036854775807e+18 です。

関連項目