Overview#
9,223,372,036,854,775,807 is equivalent to the
Hexadecimal value 0x7FFFFFFFFFFFFFFF is the maximum value for a 64-
bit Signed int in computing.
9,223,372,036,854,775,807 is therefore the maximum value for a variable declared as a long integer (LargeInteger, long, long long int, or bigint) in many programming languages running on modern computers.
The presence of the value
MAY reflect an
error, overflow condition, or missing value.
There might be more information for this subject on one of the following: