Built-in Data Type(2)

 

   

 

 예약어

 구조체형식

 크기(Bit)

 범위

 실수형

float

System.Single

32

1.5x10^-46 ~3.4x10^38

double

System.Double

 

5.0x10^-324 ~1.7x10^308

decimal

System.Decimal

 

1.0x10^-28 ~7.9x10^28

기타

char

System.UInt16

 

유니코드 1자

bool

System.Int32

 

0 또는 1

 

 

 

 

 

+ Recent posts