gpt4 book ai didi

kotlin - Unresolved reference :[BigInteger] .longValue

转载 作者:行者123 更新时间:2023-12-02 12:47:35 30 4
gpt4 key购买 nike

Kotlin代码

import java.math.BigInteger
fun main(args: Array<String>) {
println(BigInteger("1").longValue())
}

产生编译错误 unresolved reference: longValue( intValue的dito)。发现BigInteger的其他方法(如 modInverse)没有任何问题。除非我没有错字,否则我很困惑为什么会这样...

最佳答案

如评论中所述,您可以使用.toLong().toInt()。另外,还有longValueExact()intValueExact()
.toLong()实际上解析为longValue()(在IntelliJ中按CTRL +单击),因此看起来已完成以符合语言标准。

关于kotlin - Unresolved reference :[BigInteger] .longValue,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53146736/

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