Difference between revisions of "Longint"

From Lazarus wiki
Jump to navigationJump to search
m (moved longint to Longint: Uniform naming conventions adopted)
m
Line 1: Line 1:
 +
{{Longint}}
 +
 
A '''longint''' is an signed integer in the range of -2,147,483,648 .. 2,147,483,647 , or  -2<sup>31</sup> .. 2<sup>31</sup>-1. A longint is 4 bytes long.
 
A '''longint''' is an signed integer in the range of -2,147,483,648 .. 2,147,483,647 , or  -2<sup>31</sup> .. 2<sup>31</sup>-1. A longint is 4 bytes long.
  

Revision as of 18:54, 22 April 2014

Deutsch (de) English (en) suomi (fi) français (fr) русский (ru)

A longint is an signed integer in the range of -2,147,483,648 .. 2,147,483,647 , or -231 .. 231-1. A longint is 4 bytes long.


navigation bar: data types
simple data types

boolean byte cardinal char currency double dword extended int8 int16 int32 int64 integer longint real shortint single smallint pointer qword word

complex data types

array class object record set string shortstring