System.Math.MaxDouble

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

MaxDouble   =  1.7976931348623157081e+308;

C++

extern const System::Extended MaxDouble /*= 1.7976931348623157081E+308*/;

Eigenschaften

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

Beschreibung

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

Der höchste absolute Wert einer Double-Variable ist 1.7e+308.

Siehe auch

Übersetzungen