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

Representing the constant that is the smallest possible Currency value.

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

Remarks

The value of the MinValue constant is negative 922,337,203,685,477.5808.

The hexadecimal value of Currency.MinValue is 0x8000000000000000L.

See Also

Currency Structure | Currency Members | System Namespace