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

Represents the constant that is the smallest possible Double value.

[Visual Basic]
Public Const MinValue As Double
[C#]
public const double MinValue;
[C++]
public: const double MinValue;
[JScript]
public var MinValue : double;

Remarks

The MinValue constant is negative 1.7976931348623157E+308.

See Also

Double Structure | Double Members | System Namespace