首页 > Windows开发 > 详细

about data type in c#

时间:2016-03-07 10:11:31      阅读:292      评论:0      收藏:0      [点我收藏+]

int: identical with int 32, capacity, 

 Type      Capacity

   Int16 -- (-32,768 to +32,767)

   Int32 (same with int) -- (-2,147,483,648 to +2,147,483,647)

   Int64  (identical with long, Signed 64-bit integer) -- (-9,223,372,036,854,775,808 to +9,223,372,036,854,775,807)

  

about data type in c#

原文:http://www.cnblogs.com/hualiu0/p/5249521.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!