unsigned integer (n)~ A data type that can only hold a whole number wi…
페이지 정보
본문
unsigned integer (n)~ 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 (4294967295).