gpt4 book ai didi

iphone - 在 NSArray 中查找最大数值

转载 作者:IT老高 更新时间:2023-10-28 11:32:28 25 4
gpt4 key购买 nike

我有一个由 NSNumbers 组成的 NSArray,我想在数组中找到最大值。是否有任何内置功能可以这样做?如果这有什么不同,我正在使用 iOS4 GM。

最佳答案

KVC 方法如下所示:

int max = [[numbers valueForKeyPath:@"@max.intValue"] intValue];

NSNumber * max = [numbers valueForKeyPath:@"@max.intValue"];

将数字作为 NSArray

关于iphone - 在 NSArray 中查找最大数值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3080540/

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