System.Math.Infinity
Delphi
Infinity    =  1.0 / 0.0;
C++
extern const System::Extended Infinity /*= 1.0 / 0.0*/;
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| const variable | public | System.Math.pas System.Math.hpp | System.Math | System.Math | 
Description
Infinity représente plus l'infini.
Infinity est littéralement définie comme 1.0/0.0.
Remarque : Infinity peut être utilisée seulement en tant que rvalue.