Type:UShort: Difference between revisions

From Resonite Wiki
imported>ProbablePrime
m ProbablePrime moved page Category:Types:Ushort to Types:Ushort
 
link short
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable"
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>.
|-
 
| Color
Unlike the larger integer types, UShorts do not have a vector analogue in-game.
| Type
 
|-
== See Also ==
| style="background-color:{{Ushort-color}}" |
* [[Type:Short]]
| Ushort
 
|}
[[Category:Type]]
A Ushort Is a number that goes from 0 to 65,535 as an Unsigned 16-bit integer.
[[Category:Value Types]]
----
[[Category:Types]]

Latest revision as of 20:41, 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.

See Also