Type:UShort: Difference between revisions

From Resonite Wiki
m 989onan moved page Type:Ushort to Type:UShort: Misspelled title
cleanup, clarify no vectors, value type category
Line 1: Line 1:
{{Stub}}
A '''UShort''' is an [https://en.wikipedia.org/wiki/Signedness unsigned], 16-bit integer that can take any value from <code>0</code> to <code>65535</code>.
 
Unlike the larger integer types, UShorts do not have a vector analogue in-game.


A Ushort Is a number that goes from 0 to 65,535 as an Unsigned 16-bit integer.
----
[[Category:Type]]
[[Category:Type]]
[[Category:Value Types]]

Revision as of 20:33, 17 August 2024

A UShort is an unsigned, 16-bit integer that can take any value from 0 to 65535.

Unlike the larger integer types, UShorts do not have a vector analogue in-game.