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

From Serious Documentation
Jump to: navigation, search
(Created page with "== See Also == *Node Home *All Data Types == {{DataType|Long}} == <onlyinclude>Longs in SHIP are 64-bit signed numbers. {{DataTypeTableStart|...")
 
 
Line 5: Line 5:
 
<onlyinclude>Longs in SHIP are 64-bit signed numbers.
 
<onlyinclude>Longs in SHIP are 64-bit signed numbers.
 
{{DataTypeTableStart|}}
 
{{DataTypeTableStart|}}
|{{DataType|Long}}||Signed number that fits in the range -2^63 to +(2^63-1).
+
|{{DataType|Long}}||Signed number that fits in the range -2^63 to +(2^63-1). {{v5}}
 
|}</onlyinclude>
 
|}</onlyinclude>
  
 
== Examples ==
 
== Examples ==

Latest revision as of 13:45, 30 September 2016

See Also

Long

Longs in SHIP are 64-bit signed numbers.

Data Type Description
Long Signed number that fits in the range -2^63 to +(2^63-1). Badge SHIPv5.gif

Examples