Represents the constant that is the smallest possible Int16 value.
[Visual Basic] Public Const MinValue As Short [C#] public const short MinValue; [C++] public: const short MinValue; [JScript] public var MinValue : Int16;
The MinValue hexadecimal is unchecked((short)0x8000).