tehadm
Администратор
- Сообщения
- 1 159
- Реакции
- 293
Тип | Тип CTS | Разрядность в битах | Диапазон |
---|---|---|---|
byte | System.Byte | 8 | 0:255 |
sbyte | System.SByte | 8 | -128:127 |
short | System.Int16 | 16 | -32768 : 32767 |
ushort | System.UInt16 | 16 | 0 : 65535 |
int | System.Int32 | 32 | -2147483648 : 2147483647 |
uint | System.UInt32 | 32 | 0 : 4294967295 |
long | System.Int64 | 64 | -9223372036854775808 : 9223372036854775807 |
ulong | System.UInt64 | 64 | 0 : 18446744073709551615 |