W3cubDocs

/Kotlin

toBigInteger

inline fun Int.toBigInteger(): BigInteger

Platform and version requirements: Kotlin 1.2, JVM

Returns the value of this Int number as a BigInteger.

inline fun Long.toBigInteger(): BigInteger

Platform and version requirements: Kotlin 1.2, JVM

Returns the value of this Long number as a BigInteger.

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/to-big-integer.html