Difference between revisions of "Type:int8"

From OXPL Wiki
Jump to navigation Jump to search
(Created page)
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Infobox type|name=int8|family=prim}}
+
{{Infobox type|name=int8|family=prim|range=-(2<sup>7</sup>) .. 2<sup>7</sup> - 1<br /><small>(-128 .. 127)</small>}}
 
The <tt>int8</tt> type represents a signed 8-bit integer.
 
The <tt>int8</tt> type represents a signed 8-bit integer.
  
 
[[Category:Primitive type]]
 
[[Category:Primitive type]]

Latest revision as of 22:04, 21 January 2021

int8 type
Address prim::int8
Family primitive
Range -(27) .. 27 - 1
(-128 .. 127)

The int8 type represents a signed 8-bit integer.