Anzeigen: Delphi
C++
Anzeigeeinstellungen
System.Math.Infinity
Aus XE2 API Documentation
Delphi
(*$EXTERNALSYM Infinity*)C++
extern const ::System::Extended Infinity /*= 1.0 / 0.0*/;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
const variable |
public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Beschreibung
Infinity steht für plus unendlich.
Infinity ist als 1,0/0,0 definiert.
Hinweis: Infinity kann nur als rvalue verwendet werden.