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

Representing the constant that is the Decimal value of zero: 0.

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

Remarks

The Decimal.Zero is equal to a new Decimal(0, 0, 0, 0).

See Also

Decimal Structure | Decimal Members | System Namespace