System.Math.Infinity
Delphi
Infinity    =  1.0 / 0.0;
C++
extern const System::Extended Infinity /*= 1.0 / 0.0*/;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| const variable | public | System.Math.pas System.Math.hpp | System.Math | System.Math | 
Description
Infinity represents positive infinity.
Infinity is literally defined as 1.0/0.0.
Note: Infinity can be used only as an rvalue.