gpt4 book ai didi

ios - float 比较

转载 作者:可可西里 更新时间:2023-11-01 05:56:07 33 4
gpt4 key购买 nike

我不好意思问这个问题,但我运行的是 iOS 6.1,下面这行返回 False:

if ([[UIDevice currentDevice].systemVersion floatValue] >= 6.1)

但以下返回 True:

if ([[UIDevice currentDevice].systemVersion floatValue] >= 6.1f)

为什么?

最佳答案

float 在比较前转换为 double 值。 f 表示小数位数。当您更改小数位数时,您正在比较两个不同的数字

关于ios - float 比较,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15791339/

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