real class : PositiveInfinity getter
Description
Represents positive infinity.
Syntax
realInstance.PositiveInfinity
Arguments
None
Return value
Class | Description |
real | Positive infinity. |
Sample code
//anyReal is a instance of real type.
real positiveInfinity = anyReal.PositiveInfinity;
Notes
It's a wrapper of the System.Double.PositiveInfinity.
This getter is a constant. Please note that is not affected by the value of the calling instance.