Difference between revisions of "Type:int8"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Range)  | 
				m  | 
				||
| Line 1: | Line 1: | ||
| − | {{Infobox type|name=int8|family=prim|range=-(2<sup>7</sup>) .. 2<sup>7</sup> - 1<br /><small>-128 .. 127</small>}}  | + | {{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.