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: | ||
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: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.