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

Representing the constant that is the largest possible Currency value.

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

Remarks

The value of the MaxValue constant is positive 922,337,203,685,477.5807.

The hexadecimal value of Currency.MaxValue is 0x7FFFFFFFFFFFFFFFL.

See Also

Currency Structure | Currency Members | System Namespace