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

Represents the constant Double value of empty.

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

Remarks

The value of the Empty constant is (double)0.0.

In addition see the Empty method that is the universal zero.

See Also

Double Structure | Double Members | System Namespace