首页 > 其他 > 详细

int16, int32, int64等类型说明

时间:2019-10-10 19:47:47      阅读:108      评论:0      收藏:0      [点我收藏+]

Int16? 意思是16位整数(16bit integer),相当于short? 占2个字节? ?-32768 ~ 32767

Int32? 意思是32位整数(32bit integer), 相当于 int? ? ? 占4个字节? ?-2147483648 ~ 2147483647

Int64? 意思是64位整数(64bit interger), 相当于?long long? ?占8个字节? ?-9223372036854775808 ~ 9223372036854775807

Byte? 相当于byte(unsigned char)? ?0 ~?255

WORD 等于? unsigned short? ? ?0 ~ 65535
本文转载自:https://blog.csdn.net/wu9797/article/details/81331281

int16, int32, int64等类型说明

原文:https://www.cnblogs.com/smart-girl/p/11646244.html

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