real class : NegativeInfinity getter

Description

Represents negative infinity.

Syntax

realInstance.NegativeInfinity

Arguments

None

Return value

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

Links for reference

Copyright © Rice All rights reserved.