Subject | English | Korean |
comp., MS | Integer data type | 정수 데이터 형식 (A fundamental data type that holds integers. An Integer variable is stored as a 16-bit (2-byte) number ranging in value from -32,768 to 32,767) |
comp., MS | integer field | 정수 필드 (A type of field whose content is a whole number. Examples include the ID and Unique ID fields) |
stat. | integer programming | 정수계획법 |
math. | integer programming | 정수계획 (법) |
comp., MS | signed integer | 부호 있는 정수 (An integer that has a positive or negative sign) |
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)) |