Java floor() 方法Java Number类floor() 方法可对一个数进行下舍入,返回给定参数最大的整数 ... float f = -90; System.out.println(Math.floor(d)); ...
確定! 回上一頁