Skip to content
IsaacShelton edited this page Mar 21, 2022 · 1 revision

uint

uint represents the type of an unsigned 32-bit integer value. It can hold values [0, 4294967295].

Specifications

Primitive Type Bits Size Signed-ness Possible Values C Equivalent (Roughly) Suffix
uint 32 bits 4 bytes unsigned 0..4,294,967,295 unsigned int ui
Clone this wiki locally