imported>ProbablePrime m ProbablePrime moved page Category:Types:Short to Types:Short |
m cat |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
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 larger integer types, shorts do not have a vector analogue in-game. | |||
== See Also == | |||
* [[Type:UShort]] | |||
[[Category:Type]] | |||
[[Category:Value types]] | |||
[[Category: |
Latest revision as of 17:28, 18 April 2025
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.