Definitions for "Integer"
A complete entity; a whole number, in contradistinction to a fraction or a mixed number.
An integer is a 32 bit signed whole number. It can range between -2147483648 and 2147483647.
a numeric value with no decimal places, used to represent whole numbers
Keywords:  byte, numeric, bit, ordinal, prefix
The Integer type can hold the set of integers within the set [-32767, 32768]. The integer uses 2 bytes (16 bits) of memory and is capable of storing 2^16 different values. 2^15 = 32768.
Converts a text value to an integer.
a sequence of numerics not followed by a period
Keywords:  korn, bash, variable, specifies
(Korn/Bash) specifies an integer variable.
a fundamental discriminant if it is either congruent to where is odd and square-free, or it is congruent to and is even and is square-free
The Java Object representing a int primitive.
an object of type integer, which represents a mathematical integer.
In computer science, the term integer is used to refer to any data type which can represent some subset of the mathematical integers. These are also known as integral data types.
an increasing sequence of its predecessors
a sequence of digits, possibly preceded by '-'
Keywords:  abstraction
an abstraction
Keywords:  plain, size, short, long
n. An integer of some size (perhaps short or long), not necessarily plain int.
s - {..., -2, -1, 0, 1, 2, 3,...