Representing the constant of the smallest possible Int32 value.
[Visual Basic] Public Const MinValue As Integer [C#] public const int MinValue; [C++] public: const int MinValue; [JScript] public var MinValue : int;
The MinValue hexadecimal value is unchecked ((int)0x80000000).