toggle menu
bignum
0.3.10
common
switch theme
search in API
bignum
/
com.ionspin.kotlin.bignum
/
BigNumber
/
Creator
Creator
interface
Creator
<
BigType
>
Inheritors
Companion
Companion
Members
Properties
ONE
Link copied to clipboard
abstract
val
ONE
:
BigType
TEN
Link copied to clipboard
abstract
val
TEN
:
BigType
TWO
Link copied to clipboard
abstract
val
TWO
:
BigType
ZERO
Link copied to clipboard
abstract
val
ZERO
:
BigType
Functions
from
Big
Integer
Link copied to clipboard
abstract
fun
fromBigInteger
(
bigInteger
:
BigInteger
)
:
BigType
from
Byte
Link copied to clipboard
abstract
fun
fromByte
(
byte
:
Byte
)
:
BigType
from
Int
Link copied to clipboard
abstract
fun
fromInt
(
int
:
Int
)
:
BigType
from
Long
Link copied to clipboard
abstract
fun
fromLong
(
long
:
Long
)
:
BigType
from
Short
Link copied to clipboard
abstract
fun
fromShort
(
short
:
Short
)
:
BigType
from
UByte
Link copied to clipboard
abstract
fun
fromUByte
(
uByte
:
UByte
)
:
BigType
from
UInt
Link copied to clipboard
abstract
fun
fromUInt
(
uInt
:
UInt
)
:
BigType
from
ULong
Link copied to clipboard
abstract
fun
fromULong
(
uLong
:
ULong
)
:
BigType
from
UShort
Link copied to clipboard
abstract
fun
fromUShort
(
uShort
:
UShort
)
:
BigType
parse
String
Link copied to clipboard
abstract
fun
parseString
(
string
:
String
,
base
:
Int
=
10
)
:
BigType
try
From
Double
Link copied to clipboard
abstract
fun
tryFromDouble
(
double
:
Double
,
exactRequired
:
Boolean
=
false
)
:
BigType
try
From
Float
Link copied to clipboard
abstract
fun
tryFromFloat
(
float
:
Float
,
exactRequired
:
Boolean
=
false
)
:
BigType