Subject | English | French |
comp., MS | 1-byte unsigned Integer An integer data type that has a positive value ranging from 0 to 255 | Entier non signé (1 bit) |
IT | unsigned integer | nombre entier non signé |
automat. | unsigned integer | entier sans signe |
comp., MS | unsigned integer | entier non signé (A data type that can only hold a whole number with a value greater than, or equal to, zero. In this implementation, the maximum value that an unsigned integer can hold is 0xFFFFFFFF (4,294,967,295)) |