Subject | English | Japanese |
tech. | all-integer algorithm | 全整数アルゴリズム (ぜんせいすうアルゴリズム) |
comp., MS | 2-byte signed Integer | 2 バイト符号付き整数 (An automation integer data type that can be either positive or negative. The most significant bit is the sign bit, which is 1 for negative values and 0 for positive values. The storage size of the integer is 2 bytes. A 2-byte signed integer can have a range from -32,768 to 32,767) |
comp., MS | 4-byte signed Integer | 4 バイト符号付き整数 (An Automation integer data type that can be either positive or negative. The most significant bit is the sign bit, which is 1 for negative values and 0 for positive values. The storage size of the integer is 4 bytes. A 4-byte signed integer can have a range from -2,147,483,648 to 2,147,483,647) |
comp., MS | 1-byte unsigned Integer | 1 バイト符号なし整数 (An integer data type that has a positive value ranging from 0 to 255) |
gen. | n half-integer | 半整数 |
comp., MS | integer field | 整数フィールド (A type of field whose content is a whole number. Examples include the ID and Unique ID fields) |
tech. | integer linear programming | 整数線形計画法 (せいすうせんけいけいかくほう) |
phys. | integer multiple | 整数倍 (せいすうばい) |
construct. | integer number | 整数 (seisū) |
gen. | integer optimization | 整数最適化 |
comp. | n integer programming | 整数計画法 |
gen. | integer programming | 整数計画 |
tech. | integer programming problem | 整数計画問題 (せいすうけいかくもんだい) |
magn. | integer quantum Hall effect | 量子ホール効果 |
comp. | n integer type | 整数型 |
comp. | n integer value | 整数値 (せいすうち) |
comp. | n non-integer | 整数以外 |
comp. | n non-integer value | 非整数値 |
math. | n nonnegative integer | 自然数 (shizensū) |
comp. | n nonnegative integer | 非負整数 |
comp., MS | PIC S9 COMP Integer | PIC S9^4 COMP 整数 (A 16-bit COBOL data type that represents signed arithmetic operations occupying 2 bytes of storage, and can take on values from -9999 to +9999 or -32768 to +32767. A PIC S9 COMP integer is normally analogous to an Integer data type in Microsoft© Visual Basic© and a Short Integer in C when referring to 32-bit) |
comp., MS | PIC S99 COMP Integer | PIC S99 COMP 整数 (A 32-bit COBOL data type that represents a 4 byte signed arithmetic operation, and can take on values from -999999999 to +999999999 or -2147483648 to +2147483647, depending on compiler options. A PIC S9(9) COMP Integer is similar to a Long Integer in C) |
math. | n positive integer | 正整数 |
math. | remainder after truncation to an integer value | 積み残し news2 nf32 (つみのこし) |
phys. | signed integer | 符号付き整数 (ふごう・つき・せいすう) |
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)) |