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!

Currency.Zero

Representing the constant that is the Currency value 0.

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

Remarks

The Zero data member is the constant value of 0.

See Also

Currency Structure | Currency Members | System Namespace