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).
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 67 조회
- 목록
본문
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).