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!

Decimal.Empty

Representing the constant that is the empty Decimal value.

[Visual Basic]
Public Shared ReadOnly Empty As Decimal
[C#]
public static readonly Decimal Empty;
[C++]
public: static readonly Decimal Empty;
[JScript]
public static var Empty : Decimal;

Remarks

The Empty constant has a value of negative 79,228,162,514,264,337,593,543,950,335.

See Also

Decimal Structure | Decimal Members | System Namespace