gpt4 book ai didi

dart - 如何在颤振中舍入双值

转载 作者:行者123 更新时间:2023-12-03 02:48:37 25 4
gpt4 key购买 nike

无论如何要舍入双值?

我希望结果总是四舍五入。

int offSet = (totalRecords / 10).round();

最佳答案

它是 ceil :

Returns the least integer no smaller than this.


int offSet = (totalRecords / 10).ceil();

关于dart - 如何在颤振中舍入双值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60282826/

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