Please enable JavaScript.
Coggle requires JavaScript to display documents.
1.C# 자료형 - Coggle Diagram
1.C# 자료형
Data Type
정적타입 Static Type
형선언
-
정수형
int,uint
(.Net)System.Int32,System UInt32
-
long,ulong
(.Net)System.Int64,System UInt64
-
sbyte,byte
(.Net)System.Sbyte,System.Byte
-
short,ushort
(.Net)System.Int16,System UInt16
-
-
-
-
-