Type:Short: Difference between revisions

From Resonite Wiki
m 989onan moved page Types:Short to Type:Short: type not types
cleanup, clarify no vectors/matrices, add value type category
Line 1: Line 1:
A Short Is from -32,768 to 32,767 and is Signed 16-bit integer
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>.
 
Unlike the other integer types, shorts do not have vector or matrix complements in-game.
 
[[Category:Type]]
[[Category:Type]]
[[Category:Value Types]]

Revision as of 20:27, 17 August 2024

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

Unlike the other integer types, shorts do not have vector or matrix complements in-game.