Types/uint16: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (Bilka moved page Types/unsigned 16 to Types/uint16: name used in official doc)
(fixed range)
Line 2: Line 2:
16 bit unsigned number.
16 bit unsigned number.


The range is [0, 2^16) or [0, 65535]
The range is [0, 2^16-1] or [0, 65535]

Revision as of 11:37, 6 July 2018

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

16 bit unsigned number.

The range is [0, 2^16-1] or [0, 65535]