首页 > 软件操作教程 > 编程开发 > C#
题目内容

常用的数据类型

题目答案

类型

别名

有无符号

占据字节数

允许值的范围

sbyte

System.Sbyte

1

 -128 到 127

 short

System.Int16

2

 -32768 32767

 int

System.Int32

4

 -2147483648 到 2147483647

 long

System.Int64

8

 -9223372036854775808 到 9223372036854775807

 byte

System.Byte

1

 到 255

ushort

System.Uint16

2

 到 65535

 uint

ystem.UInt32

4

 到 4294967295

 unlong

ystem.Uint64

8

 18446744073709551615

 float

System.Single

4

 可能值从 ±1.5 x 10-45 到 ±3.4 x 1038 ,小数点后7位有效数字

double

System.Double

8

 可能值从 ±5.0 x 10-324 to ±1.7 x 10308 小数点后1516位有效数字

decimal

System.Decimal

16

可能值从 ±1.0 x 10-28  ±7.9 x 1028 小数点后2829位有效数字

char

System.Char

N/A

2

 任何16Unicode字符

bool

System.Boolean

N/A

1

 true 或者false

网友评论(共0条评论)

请自觉遵守互联网相关政策法规,评论内容只代表网友观点!

最新评论

点击加载更多评论>>

软件操作 新人注册送三重礼

已有 22658 名学员学习以下课程通过考试

相关视频试题

最需教育客户端 软件问题一手掌握

去 App Store 免费下载 iOS 客户端