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

Represents the constant that is the largest Double value.

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

Remarks

The value of the MaxValue constant is positive 1.7976931348623157E+308.

See Also

Double Structure | Double Members | System Namespace