Difference between revisions of "Int64"

From Free Pascal wiki
Jump to navigationJump to search
(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...")
 
m
Line 1: Line 1:
 +
{{Int64}}
 +
 
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 223 372 036 854 775 807.
 
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 223 372 036 854 775 807.
  
 
{{Data types}}
 
{{Data types}}

Revision as of 11:10, 26 November 2016

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

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