prev up next

Previous: Einfache Datentypen Up: Einfache Datentypen Next: Codierung

Ganze Zahlen (byte, short, int, long)

Wertebereich: ganze Zahlen darstellbar in 8, 16, 32, 64 Bits.
Typ Wertebereich Länge
byte -128..127 8 Bit
short -32768..32767 16 Bit
int -2147483648..2147483647 32 Bit
long -9223372036854775808..9223372036854775807 64 Bit


Unterabschnitte
prev up next
Previous: Einfache Datentypen Up: Einfache Datentypen Next: Codierung