Constant representing the smallest possible Int64 value.
[Visual Basic] Public Const MinValue As Long [C#] public const long MinValue; [C++] public: const __int64 MinValue; [JScript] public var MinValue : long;
The MinValue hexadecimal value is (long) 0x8000000000000000L.