toggle menu
bignum
0.3.10
common
switch theme
search in API
bignum
/
com.ionspin.kotlin.bignum.integer
/
toBigInteger
to
Big
Integer
fun
Long
.
toBigInteger
(
)
:
BigInteger
Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 10-Mar-2019
fun
Int
.
toBigInteger
(
)
:
BigInteger
fun
Short
.
toBigInteger
(
)
:
BigInteger
fun
Byte
.
toBigInteger
(
)
:
BigInteger
fun
String
.
toBigInteger
(
base
:
Int
=
10
)
:
BigInteger
fun
ULong
.
toBigInteger
(
)
:
BigInteger
fun
UInt
.
toBigInteger
(
)
:
BigInteger
fun
UShort
.
toBigInteger
(
)
:
BigInteger
fun
UByte
.
toBigInteger
(
)
:
BigInteger