NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Single.PositiveInfinity

Represents the constant that is the value of positive infinity.

[Visual Basic]
Public Const PositiveInfinity As Single
[C#]
public const float PositiveInfinity;
[C++]
public: const float PositiveInfinity;
[JScript]
public var PositiveInfinity : float;

Remarks

The value of the PositiveInfinity constant is (float)1.0/(float)0.0.

See Also

Single Structure | Single Members | System Namespace | CultureInfo | IsNaN | NaN | NumberFormatInfo | IsInfinity | System.Single,.IsPositiveInfinity | IsNegativeInfinity | NegativeInfinity