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

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|Integer}} ==
 
<onlyinclude>Integers in SHIP are 32-bit signed numbers.
 
<onlyinclude>Integers in SHIP are 32-bit signed numbers.
 
{{DataTypeTableStart|}}
 
{{DataTypeTableStart|}}
 
|{{DataType|Integer}}||Signed number that fits in the range -2^31 to +(2^31-1).
 
|{{DataType|Integer}}||Signed number that fits in the range -2^31 to +(2^31-1).
 
|}</onlyinclude>
 
|}</onlyinclude>
 +
 +
== Examples ==

Latest revision as of 05:23, 19 April 2014

See Also

Integer

Integers in SHIP are 32-bit signed numbers.

Data Type Description
Integer Signed number that fits in the range -2^31 to +(2^31-1).

Examples