Difference between revisions of "Longint"

From Free Pascal wiki
Jump to navigationJump to search
(de-duplicate page contents, entire information now present in Integer)
Tag: New redirect
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Longint}}
+
#REDIRECT [[Integer]]
 
 
A '''longint''' is an signed [[Integer|integer]] in the range of -2 147 483 648 ... 2 147 483 647  (-2,147,483,648 ... 2,147,483,647), or -2<sup>31</sup> ... 2<sup>31</sup>-1.
 
The longint is 4 bytes ([[32 bit]]) long. The [[Cardinal]] type is 32 bits long, too. But the Cardinal [[Data_type|data type]] is an unsigned type.
 
 
 
{{Data types}}
 

Latest revision as of 20:10, 6 November 2022

Redirect to: