Type:Short: Difference between revisions

From Resonite Wiki
imported>ProbablePrime
m ProbablePrime moved page Category:Types:Short to Types:Short
 
link ushort
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable"
A '''short''' is a [https://en.wikipedia.org/wiki/Signedness signed], 16-bit integer that can take any value from <code>-32768</code> to <code>32767</code>.
|-
 
| Color
Unlike the larger integer types, shorts do not have a vector analogue in-game.
| Type
 
|-
== See Also ==
| style="background-color:{{Short-color}}" |
* [[Type:UShort]]
| Short
 
|}
[[Category:Type]]
A Short Is from -32,768 to 32,767 and is Signed 16-bit integer
[[Category:Value Types]]
[[Category:Types]]

Latest revision as of 20:40, 17 August 2024

A short is a signed, 16-bit integer that can take any value from -32768 to 32767.

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

See Also