码迷,mamicode.com
首页 > 其他好文 > 详细

Integer.MIN_VALUE

时间:2017-08-24 00:17:02      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:title   max   static   tle   类型   span   并且   最小值   ati   

static int MAX_VALUE 
          值为 2^31-1 的常量,它表示 int 类型能够表示的最大值。 
static int MIN_VALUE 
          值为 -2^31 的常量,它表示 int 类型能够表示的最小值。 

 

并且会有

Integer.MAX_VALUE+1==Integer.MIN_VALUE

Integer.MIN_VALUE

标签:title   max   static   tle   类型   span   并且   最小值   ati   

原文地址:http://www.cnblogs.com/superAnny/p/7420799.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!