DictionaryForumContacts

   French
Terms containing Entier signé | all forms | in specified order only
SubjectFrenchEnglish
comp., MSentier non signé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))
comp., MSEntier non signé1-byte unsigned Integer An integer data type that has a positive value ranging from 0 to 255 (1 bit)
comp., MSEntier signé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 (4 bits)
comp., MSEntier signé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 (2 bits)
comp., MSentier signésigned integer (An integer that has a positive or negative sign)
ITnombre entier non signéunsigned integer