Represents the constant value of negative infinity.
[Visual Basic] Public Const NegativeInfinity As Double [C#] public const double NegativeInfinity; [C++] public: const double NegativeInfinity; [JScript] public var NegativeInfinity : double;
The NegativeInfinity hexadecimal value of this constant is (double)-1.0/(double)(0.0).
(In addition see CultureInfo, NumberFormatInfo, PositiveInfinity, and NaN.)