System.Math.MaxComp

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

MaxComp     =  9223372036854775807;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
const
variable
public
System.Math.pas
System.Math.hpp
System.Math System.Math

Beschreibung

MaxComp repräsentiert den höchsten absoluten Wert für eine Comp-Variable.

Der höchste absolute Wert einer Comp-Variable ist 9.223372036854775807e+18.

Siehe auch