gpt4 book ai didi

ios - 如何在 swift 中使用 ObjectMapper 将值从 String 向下舍入为 Double

转载 作者:行者123 更新时间:2023-11-30 11:44:16 24 4
gpt4 key购买 nike

我试图使用 ObjectMapper 在 swift 中将值 199.5 从 String 向下舍入为 Double,如下所示:

balance <- (map["balance"], TransformOf(fromJSON: { String(format: "%.0f", $0!) }, toJSON: { $0.map({ Double($0)?.rounded(.down) ?? 0 }) }))

不幸的是,结果是值200,但我想要的是199而不是200请让我知道该怎么做。谢谢。

最佳答案

 String(format: "%.0f", $0!)

这可能是四舍五入发生的地方,%.0f 意味着零位小数。

关于ios - 如何在 swift 中使用 ObjectMapper 将值从 String 向下舍入为 Double,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49024585/

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