gpt4 book ai didi

swift - swift 中的 long long 常数

转载 作者:行者123 更新时间:2023-11-28 11:04:12 25 4
gpt4 key购买 nike

我正在寻找 Objective-C 常量 long long intfloat 数字的 Swift 别名。

也就是说,如何将 1000LL.1f 转换为 Swift 代码?

此处未找到信息:

https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/InteractingWithCAPIs.html

最佳答案

当您需要在 Swift 中指定文字类型时,您可以使用 as 转换。

1000LL -> 1000 作为 Int64

.1f -> 0.1 as Float

关于swift - swift 中的 long long 常数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39165077/

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