Subject | English | French |
comp., MS | 2-byte signed Integer 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 | Entier signé (2 bits) |
comp., MS | 4-byte signed Integer 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 | Entier signé (4 bits) |
comp., MS | 1-byte unsigned Integer An integer data type that has a positive value ranging from 0 to 255 | Entier non signé (1 bit) |
IT, dat.proc. | conversion to an integer | conversion en entier |
comp. | decimal integer | entier décimal |
comp. | decimal integer | nombre décimal |
comp. | finite integer | nombre fini |
tech. | half-integer spin | spin demi-entier |
tech. | integer ambiguity | ambiguïté entière |
comp. | integer arithmetic | arithmétique en nombres entiers |
comp. | integer attribute | attribut entier |
IT | integer constant | constante entière |
tech. | integer count | compte d'entiers |
comp., MS | Integer data type | type de données Integer (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 | champ de nombres entiers (A type of field whose content is a whole number. Examples include the ID and Unique ID fields) |
IT, dat.proc. | integer function | réduction au plus petit nombre entier |
IT, dat.proc. | integer function | fonction "integer" |
IT, el. | integer math | calcul sur les entiers |
IT | integer mathematics | mathématiques des nombres entiers |
IT, tech. | integer number | entier relatif |
tech. | integer number | nombre entier |
comp. | integer optimization | optimisation entière |
comp. | integer optimization | programmation entière |
IT | integer programming | programmation intégrale |
IT, dat.proc. | integer programming | programmation en nombres entiers |
econ. | integer programming | programmation à variables entières |
comp. | integer programming | optimisation entière |
math. | integer programming | programmation avec des nombres entiers |
comp. | integer programming | programmation entière |
tech. | integer quantity | quantité entière |
magn. | integer quantum Hall effect | effet Hall quantique |
magn. | integer quantum Hall effect | effet Hall quantique entier |
tech. | integer spin | spin entier |
IT | integer type | type entier |
comp. | integer value | nombre entier |
construct. | integer-value parameter | paramètre en nombres entiers |
comp. | integer-valued | à valeur entière |
comp. | integer-valued | entier |
comp. | integer variable | variable entière |
IT, dat.proc. | long integer | entier long |
avia., Canada | mixed integer linear optimization | optimisation linéaire mixte en nombres entiers |
nat.sc. | nonnegative integer | entier naturel |
stat. | null integer | entier nul |
stat. | order of natural integers | ordre des entiers naturels |
comp., MS | PIC S9 COMP Integer | Entier 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 | Entier 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) |
scient. | ring of integers modulo two | anneau des entiers modulo deux |
IT, dat.proc. | to round off to the nearest integer | arrondir à l'entier le plus proche |
IT, dat.proc. | to round to the nearest integer | arrondir à l'entier le plus proche |
comp., MS | signed integer | entier signé (An integer that has a positive or negative sign) |
IT, dat.proc. | truncation to the next smaller integer | fonction "integer" |
IT, dat.proc. | truncation to the next smaller integer | réduction au plus petit nombre entier |
commun. | Tx-integer | nombre entier Tx |
commun. | Tx-integer is low,non-combined case | nombre entier Tx bas,cas non combiné |
IT | unsigned integer | nombre entier non signé |
automat. | unsigned integer | entier sans signe |
comp., MS | unsigned integer | entier non signé (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)) |