gpt4 book ai didi

java - 安卓/Java : Rounding up a number to get no decimal

转载 作者:搜寻专家 更新时间:2023-10-30 21:36:03 26 4
gpt4 key购买 nike

如何将小数四舍五入为整数。

3.50 => 4

4.5 => 5

3.4 => 3

在 Java 中如何做到这一点?谢谢!

最佳答案

用标准的舍入函数? Math.round()

还有 Math.floor()Math.ceil(),具体取决于您的需要。

关于java - 安卓/Java : Rounding up a number to get no decimal,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11396658/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com