real class : PositiveInfinity getter

Description

Represents positive infinity.

Syntax

realInstance.PositiveInfinity

Arguments

None

Return value

ClassDescription
realPositive 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.

Links for reference

Copyright © Rice All rights reserved.