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

From Serious Documentation
Jump to: navigation, search
(Created page with "*'''Node Home''' *'''All Data Types''' <onlyinclude>Integers in SHIP are 32-bit signed numbers. {{DataTypeTableStart|}} |{{DataType|Inteer}}...")
 
Line 4: Line 4:
 
<onlyinclude>Integers in SHIP are 32-bit signed numbers.
 
<onlyinclude>Integers in SHIP are 32-bit signed numbers.
 
{{DataTypeTableStart|}}
 
{{DataTypeTableStart|}}
|{{DataType|Inteer}}||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>

Revision as of 04:19, 19 April 2014

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