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