integer

integer

any rational number that can be expressed as the sum or difference of a finite number of units, being a member of the set …--3, --2, --1, 0, 1, 2, 3…
Collins Discovery Encyclopedia, 1st edition © HarperCollins Publishers 2005

integer

[′int·ə·jər]
(mathematics)
Any positive or negative counting number or zero.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.

integer

(mathematics)
(Or "whole number") One of the finite numbers in the infinite set

..., -3, -2, -1, 0, 1, 2, 3, ...

An inductive definition of an integer is a number that is either zero or an integer plus or minus one. An integer is a number with no fractional part. If written as a fixed-point number, the part after the decimal (or other base) point will be zero.

A natural number is a non-negative integer.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)

integer

A whole number. In programming, sending the number 123.398 to an integer function would return 123. Unsigned integers (UINT) can only be positive and have a value from 0 to 255. Signed integers (INT) can be positive or negative, and their leftmost bit is the sign bit. As a result of one less binary digit in the number, the maximum value of each INT is cut in half (-128 to +127). See integer arithmetic and floating point.
Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
Mentioned in
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.