Types/uint32: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "32 bit unsigned number. The range is [0, 2^32] or [0, 4294967296) or approximately 4 billion 294 million")
 
(Not a stub)
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
32 bit unsigned number.
32 bit unsigned number.


The range is [0, 2^32] or [0, 4294967296) or approximately 4 billion 294 million
The range is [0, 2^32-1] or [0, 4294967295] or approximately 4 billion 294 million

Revision as of 10:09, 18 June 2019

32 bit unsigned number.

The range is [0, 2^32-1] or [0, 4294967295] or approximately 4 billion 294 million