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

Representing the constant that is the largest possible Decimal value.

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

Remarks

The value of this constant is 79,228,162,514,264,337,593,543,950,335.

The One hexadecimal value is equal to Decimal(unchecked((int)0XFFFFFFFF), unchecked((int)0xFFFFFFFF). unchecked((int)0xFFFFFFFF), 0);

See Also

Decimal Structure | Decimal Members | System Namespace