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.NegativeInfinity

Represents the constant that is the value of negative infinity.

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

Remarks

The value of NegativeInfinity constant is (float)-1.0/(float)0.0.

See Also

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