向上取整:Math.ceil()      只要有小数都+1

向下取整:Math.floor()    不取小数
四舍五入:Math.round()  四舍五入

更多推荐

Android开发教程--对float数据取整