Type:Byte: Difference between revisions

From Resonite Wiki
m 989onan moved page Types:Byte to Type:Byte: Misspelled title
cleanup, link sbyte, no vector analogue, value type category
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{| class="wikitable"
A '''byte''' is an [https://en.wikipedia.org/wiki/Signedness unsigned], 8-bit integer that can take any value from <code>0</code> to <code>255</code>.
|-
| Color
| Type
|-
| style="background-color:{{Byte-color}}" |
| Byte
|}
A Byte is a number that goes from 0 to 255 as an Unsigned 8-bit integer.  


[[Category:Types]]
Unlike the larger integer types, bytes do not have a vector analogue in-game.
 
== See Also ==
* [[Type:SByte]]
 
[[Category:Type]]
[[Category:Value Types]]

Latest revision as of 20:43, 17 August 2024

A byte is an unsigned, 8-bit integer that can take any value from 0 to 255.

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

See Also