DictionaryForumContacts

   English
Terms for subject Microsoft containing integer | all forms | exact matches only
EnglishDutch
Integer data typegegevenstype 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)
integer fieldveld voor geheel getal (A type of field whose content is a whole number. Examples include the ID and Unique ID fields)
signed integergeheel getal met teken (An integer that has a positive or negative sign)
unsigned integergeheel getal zonder teken (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))