SizeInt/de

From Free Pascal wiki
Revision as of 11:40, 16 September 2021 by Olaf (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Deutsch (de)

Zurück zu den Datentypen.

Der Datentyp SizeInt ist ein vorzeichenbehafteter ganzzahliger Datentyp.
Der Wertebereich des Datentyps ist abhängig von der Plattform für die er kompiliert wird.
SizeInt hat immer die Göße, des maximale adressierbaren Speichers der jeweiligen Arcitektur:

  • 64 Bit auf 64 Bit Plattformen
  • 32 Bit auf 32 Bit Plattformen
  • 16 Bit auf 16 Bit Plattformen



Datentypen
Einfacher Datentyp Boolean | Byte |Cardinal | Char | Currency | Extended | Int64 | Integer | Longint | Pointer | Real | Shortint | Smallint | Word
Zusammengesetzter Datentyp Array | Class | Record | Set | String | ShortString