Difference between revisions of "Type:uint8"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:uint8}} The <tt>uint8</tt> type represents an 8-bit unsigned integer.") |
(Range) |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Infobox type|name=uint8|family=prim|range=0 .. 2<sup>8</sup><br /><small>(0 .. 255)</small>}} |
| − | The <tt>uint8</tt> type represents an 8-bit | + | The <tt>uint8</tt> type represents an unsigned 8-bit integer. |
| + | |||
| + | [[Category:Primitive type]] | ||
Latest revision as of 22:03, 21 January 2021
| uint8 type | |
| Address | prim::uint8 |
| Family | primitive |
| Range | 0 .. 28 (0 .. 255) |
The uint8 type represents an unsigned 8-bit integer.