View Single Post
  #3  
Old 05-24-2018, 12:33 PM
ownagebus ownagebus is offline
Scrawny Gnoll


Join Date: Dec 2017
Posts: 27
Default

Quote:
Originally Posted by lonmoer [You must be logged in to view images. Log in or Register.]
The number 2,147,483,647 (or hexadecimal 7FFF,FFFF16) is the maximum positive value for a 32-bit signed binary integer in computing. It is therefore the maximum value for variables declared as integers (e.g., as int ) in many programming languages, and the maximum possible score, money, etc. for many video games.
Interesting!