Types/uint32: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (Bilka moved page Types/uint to Types/uint32 over redirect)
(exclusive range)
Line 2: Line 2:
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 11:36, 6 July 2018

No-building-material-icon.png
This article is a stub, and not comprehensive.
You can help this wiki by expanding it.

32 bit unsigned number.

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