Int64

From Free Pascal wiki
Revision as of 18:28, 23 March 2016 by Arent (talk | contribs) (Created page with "For 64-bit calculation, FPC does support 64-bit '''int64''', which may be defined as a value of -2<sup>63</sup> through 2<sup>63</sup>-1, or -9 223 372 036 854 775 808 ... 9 2...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

For 64-bit calculation, FPC does support 64-bit int64, which may be defined as a value of -263 through 263-1, or -9 223 372 036 854 775 808 ... 9 223 372 036 854 775 807.


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