Difference between revisions of "SHIP:Data Types:Byte"

From Serious Documentation
Jump to: navigation, search
 
Line 1: Line 1:
*'''[[SHIP:Node|Node Home]]'''
+
== See Also ==
*'''[[SHIP:Data_Types|All Data Types]]'''
 
  
 +
*[[SHIP:Node|Node Home]]
 +
*[[SHIP:Data_Types|All Data Types]]
 +
== {{DataType|Byte}} ==
 
<onlyinclude>Bytes in SHIP are 8-bit signed numbers.
 
<onlyinclude>Bytes in SHIP are 8-bit signed numbers.
 
{{DataTypeTableStart|}}
 
{{DataTypeTableStart|}}
 
|{{DataType|Byte}}||Signed number that fits in the range -128 to +127.
 
|{{DataType|Byte}}||Signed number that fits in the range -128 to +127.
 
|}</onlyinclude>
 
|}</onlyinclude>

Latest revision as of 05:42, 19 April 2014

See Also

Byte

Bytes in SHIP are 8-bit signed numbers.

Data Type Description
Byte Signed number that fits in the range -128 to +127.