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

Represents the constant that is the value of not a number (NaN).

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

Remarks

The value of NaN constant is (float)0.0/(float)0.0.

See Also

Single Structure | Single Members | System Namespace | CultureInfo | NumberFormatInfo | IsInfinity | IsPositiveInfinity | IsNegativeInfinity | IsNaN | NegativeInfinity | PositiveInfinity