SizeInt/de

From Free Pascal wiki
Revision as of 11:37, 16 September 2021 by Olaf (talk | contribs)
Jump to navigationJump to search

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