Math.round() “四舍五入”, double d = 3.1415926; double d2 = 18.58; double d3 = -15.23; double d4 = -16.85; long round1 = Math...
blog.csdn.net/qq_33330687/article/details/81626157
数学操作类Math类 数学计算操作类类属性值 Math.E ^ Math.PI 圆周率类方法 Math类中,一切方法都是 static 型,因为Math类中没有普通属性。 round() 方法四舍五入,返回最接近int值的参数public static int round(float a)...
来源:blog.csdn.net/qq_33330687/article/details/81626157