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!

Double.NegativeInfinity

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;

Remarks

The NegativeInfinity hexadecimal value of this constant is (double)-1.0/(double)(0.0).

(In addition see CultureInfo, NumberFormatInfo, PositiveInfinity, and NaN.)

See Also

Double Structure | Double Members | System Namespace