Definition of Integer

Babylon English
integer
n. whole number, number which is not a fraction or a mixed number; single unit, complete entity

Search Dictionary:
Search Web Search Dictionary



Integer definition was found in categories: Computer & Internet(5)  Language, Idioms & Slang(4)  Arts & Humanities(3)  Entertainment & Music(1)  Encyclopedia(1)  

Integer Definition from Computer & Internet Dictionaries & Glossaries

FOLDOC
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.
natural number is a non-negative integer.
(2002-04-07)

A Glossary of Internet & PC Terminology
Integer
As in mathematics, a whole number which does not contain any decimals

Internet Glossary
Integer
A whole number. The following are integers:

0

1

-125

144457

In contrast, the following are not integers:
5.34

-1.0

1.3E4

“string”

The first three are floating-point numbers; the last is a character string.

Integers, floating-point numbers, and character strings constitute the basic data types that most computers support. There are often different sizes of integers available; for example, PCs support short integers, which are 2 bytes, and long integers, which are 4 bytes.


JDK Doc(JAVA)
Integer
- class java.lang..Integer 
public final class Integer extends Number implements Comparable 
Tree:java.lang.Object - java.lang.Number - java.lang.Integer
The Integer class wraps a value of the primitive type int in an object. An object of type Integer contains a single field whose type is int.

Integer(String)
- Constructor for class java.lang.Integer 
public Integer (String  s) throws NumberFormatException 
Constructs a newly allocated Integer object that represents the value represented by the string. The string is converted to an int in exactly the manner used by the parseInt method for radix 10.Parameters: s - the String to be converted to an Integer.Throws: NumberFormatException - if the String does not contain a parsable integer.See Also:  parseInt(java.lang.String, int)

Integer(int)
- Constructor for class java.lang.Integer 
public Integer (int value)
Constructs a newly allocated Integer object that represents the primitive int argument.Parameters: value - the value to be represented by the Integer.

DW and OLAP terms
integer
In SQL Server 2000, a data type category that includes the bigint , int , smallint , and tinyint data types.


Integer Definition from Language, Idioms & Slang Dictionaries & Glossaries

Webster's Revised Unabridged Dictionary (1913)
Integer
(n.)
A complete entity; a whole number, in contradistinction to a fraction or a mixed number.
  

WordNet 2.0
integer

Noun
1. any of the natural numbers (positive or negative) or zero
(synonym) whole number
(hypernym) number
(hyponym) characteristic

Anagram
integer
     treeing

hEnglish - advanced version
integer

integer
\in"te*ger\ (?), n. [l. integer untouched, whole, entire. see entire.] a complete entity; a whole number, in contradistinction to a fraction or a mixed number.


  similar words(8) 




 integer specbaseratio 
 large integer 
 complex integer 
 church integer 
 integer specbaserate 
 von neumann integer 
 integer specratio 
 integer specrate 


Integer Definition from Arts & Humanities Dictionaries & Glossaries

JM Latin-English Dictionary
integer
N M
fresh troops (pl.)

LATIN- ENGLISH (AZAD)
integer
irreproachable, chaste.

Latin-English Online Dictionary
integer
whole, untouched, unhurt, undamaged /complete


Integer Definition from Entertainment & Music Dictionaries & Glossaries

English to Federation-Standard Golic Vulcan
Integer
ek'su'us


Integer Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Integer
The integers (from the Latin integer, which means with untouched integrity, whole, entire) are the set of numbers including the whole numbers (0123, …) and their  negatives (0, −1, −2, −3, …). In non-mathematical terms, they are numbers that can be written without a fractional or decimal component, and fall within the set {… −2, −1, 0, 1, 2, …}. For example, 65, 7, and −756 are integers; 1.6 and 1½ are not integers.

See more at Wikipedia.org...