简述c#语言中有哪些基本数据类型
展开全部
如下:
基本数据类型 (别名) FCL数据类型(真名) 说明
object System.Object 所有其它类型的基类型
string System.String Unicode字符序列
decimal System.Decimal 有28位小数的高度精度浮点数
bool System.Boolean true或false
char System.Char 16位Unicode字符
byte System.Byte 8位无符号整型
sbyte System.Sbyte 8位有符号整型
short System.Int16 16位有符号整型
int System.Int32 32位有符号整型
long System.Int64 64位有符号整型
ushort System.Uint16 16位无符号整型
uint System.Uint32 32位无符号整型
ulong System.Uint64 64位无符号整型
single(float) System.Single 单精度浮点类型
double System.Double 双精度浮点类型
基本数据类型 (别名) FCL数据类型(真名) 说明
object System.Object 所有其它类型的基类型
string System.String Unicode字符序列
decimal System.Decimal 有28位小数的高度精度浮点数
bool System.Boolean true或false
char System.Char 16位Unicode字符
byte System.Byte 8位无符号整型
sbyte System.Sbyte 8位有符号整型
short System.Int16 16位有符号整型
int System.Int32 32位有符号整型
long System.Int64 64位有符号整型
ushort System.Uint16 16位无符号整型
uint System.Uint32 32位无符号整型
ulong System.Uint64 64位无符号整型
single(float) System.Single 单精度浮点类型
double System.Double 双精度浮点类型
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询