C#2016. 1. 18. 08:32

정수형

sbyte : -128~127 (8비트)

byte : 0~255 (8비트)

short : -32768~32767 (16비트)

ushort : 0~65535 (16비트)

int : ~2147..... (32비트)

unit : 0~4294.... (32비트)

long : -92....(64)

ulong : 0~184~ (64)

'C#' 카테고리의 다른 글

null-coalescing operators  (0) 2020.03.16
2. 변수  (0) 2016.01.18
1. Hello World!  (0) 2016.01.18
Posted by 멜데스