Integer

Why Trust Techopedia

What Does Integer Mean?

An integer, in the context of computer programming, is a data type used to represent real numbers that do not have fractional values.

Advertisements

Different types of integer data types are stored on machines in different ways. For example, a short integer in many common programming languages is limited to a range of between 32,767 and -32,768. These limited ranges reveal the relationship between a numerical value as interpreted by humans, and how these values are stored in computer memory.

Techopedia Explains Integer

The use of integers as variables supports programming in various ways. For instance, a common strategy is to create an integer variable and store some value in it that will influence computations or calculations made within the program. Examples include primitive instances of code for counters, amortization schedules, calendars, etc.

Another core use of an integer data type is represented in code loops such as “while” statements. For example, a programmer can set up an integer value named “int” where int=1. Code can include the command “int = int + 1”, which will increase the value incrementally. The programmer can add additional commands for outcomes where the value reaches a certain critical point.

Advertisements

Related Terms

Margaret Rouse
Editor

Margaret jest nagradzaną technical writerką, nauczycielką i wykładowczynią. Jest znana z tego, że potrafi w prostych słowach pzybliżyć złożone pojęcia techniczne słuchaczom ze świata biznesu. Od dwudziestu lat jej definicje pojęć z dziedziny IT są publikowane przez Que w encyklopedii terminów technologicznych, a także cytowane w artykułach ukazujących się w New York Times, w magazynie Time, USA Today, ZDNet, a także w magazynach PC i Discovery. Margaret dołączyła do zespołu Techopedii w roku 2011. Margaret lubi pomagać znaleźć wspólny język specjalistom ze świata biznesu i IT. W swojej pracy, jak sama mówi, buduje mosty między tymi dwiema domenami, w ten…