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;
The value of NaN constant is (float)0.0/(float)0.0.
Single Structure | Single Members | System Namespace | CultureInfo | NumberFormatInfo | IsInfinity | IsPositiveInfinity | IsNegativeInfinity | IsNaN | NegativeInfinity | PositiveInfinity