System.Math.Infinity
Delphi
Infinity    =  1.0 / 0.0;
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.