Difference between revisions of "Ints"

From ProgClub
Jump to: navigation, search
(Created page with "Here's some info about integer sizes. {|class="wikitable right" | Bits || Signed max || Unsigned max |- | 8 || 127 || 255 |- | 16 ||...")
 
(No difference)

Latest revision as of 05:33, 20 October 2019

Here's some info about integer sizes.

Bits Signed max Unsigned max
8 127 255
16 32,767 65,535
24 8,388,607 16,777,215
32 2,147,483,647 4,294,967,295
64 9,223,372,036,854,775,808 18,446,744,073,709,551,616