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

Representing the constant that is the smallest possible Decimal value. .

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

Remarks

The value of this constant is negative 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), SignMask);

See Also

Decimal Structure | Decimal Members | System Namespace