Constant representing the largest possible Int64 value.
[Visual Basic] Public Const MaxValue As Long [C#] public const long MaxValue; [C++] public: const __int64 MaxValue; [JScript] public var MaxValue : long;
The MaxValue hexadecimal value is 0x7fffffffffffffffL.