Longint

From Free Pascal wiki
Revision as of 16:13, 15 February 2019 by Djzepi (talk | contribs)
Jump to navigationJump to search

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 (-2,147,483,648 ... 2,147,483,647), or -231 ... 231-1. The longint is 4 bytes (32 bit) long. The Cardinal type is 32 bits long, too. But the Cardinal data type is an unsigned type.


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