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;
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);