Type:SByte: Difference between revisions

From Resonite Wiki
imported>ProbablePrime
m ProbablePrime moved page Category:Types:Sbyte to Types:Sbyte
 
link byte
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable"
An '''SByte''' is a [https://en.wikipedia.org/wiki/Signedness signed], 8-bit integer that can take any value from <code>-128</code> to <code>127</code>.
|-
 
| Color
Unlike the larger integer types, SBytes do not have a vector analogue in-game.
| Type
 
|-
== See Also ==
| style="background-color:{{Short-color}}" |
* [[Type:Byte]]
| Sbyte
 
|}
[[Category:Type]]
A Sbyte Is from -128 to 127 and is Signed 8-bit integer
[[Category:Value Types]]
[[Category:Types]]

Latest revision as of 20:41, 17 August 2024

An SByte is a signed, 8-bit integer that can take any value from -128 to 127.

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

See Also