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