Subject | English | Japanese |
comp., MS | 1-byte unsigned Integer | 1 バイト符号なし整数 (An integer data type that has a positive value ranging from 0 to 255) |
comp., MS | unsigned integer | 符号なし整数 (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)) |