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

ushort

ushort represents the type of an unsigned 16-bit integer value. It can hold values [0, 65535].

Specifications

Primitive Type Bits Size Signed-ness Possible Values C Equivalent (Roughly) Suffix
ushort 16 bits 2 bytes unsigned 0..65,535 unsigned short us
Clone this wiki locally