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;
The value of the MinValue constant is negative 922,337,203,685,477.5808.
The hexadecimal value of Currency.MinValue is 0x8000000000000000L.