Integer

имя существительное 1) целое, нечто целое 2) [математика] целое число

Большой англо-русский словарь

Integer

целый, целочисленный; целое, целое число [целые числа] в программировании - встроенный простой тип данных. Может быть целое со знаком (signed integer), без знака (unsigned integer), коротким (short integer) или длинным (long integer, longint) Смотри также: floating point, integer type, integer variable, word

Англо-русский словарь компьютерных терминов

Integer

1) целое число, целое 2) математика целочисленный Например: integer modulo n — целое число по модулю n

Англо-русский научно-технический словарь

Integer

целое (число)

Англо-русский политехнический словарь

Integer

noun Etymology: Latin, adjective, whole, entire — more at entire 1. any of the natural numbers, the negatives of these numbers, or zero 2. a complete entity

Merriam-Webster's Collegiate Dictionary

Integer

(Or "whole number") One of the numbers in the set ..., -3, -2, -1, 0, 1, 2, 3, ... There are an infinite number of integers, though each one is finite. An inductive definition of an integer is a number that is either zero or an integer plus or minus one. An integer has no fractional part. If written as a real number, e.g. 42.0, the part after the decimal point will be zero. A natural number is a non-negative integer. Computers usually store integers in binary. Natural numbers can be stored as unsigned integers and integers that may be negative require a sign bit and typically use twos complement representation. Other representations have been used, such as binary-coded decimal.

Free Online Dictionary of Computing