toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.bignumber
/
CommonBigInt
/
Companion
Companion
object
Companion
:
BigIntCompanion
Members
Properties
MINUS_ONE
Link copied to clipboard
val
MINUS_ONE
:
CommonBigInt
ONE
Link copied to clipboard
val
ONE
:
CommonBigInt
SMALL
Link copied to clipboard
val
SMALL
:
CommonBigInt
TEN
Link copied to clipboard
val
TEN
:
CommonBigInt
TWO
Link copied to clipboard
val
TWO
:
CommonBigInt
ZERO
Link copied to clipboard
val
ZERO
:
CommonBigInt
Functions
create
Link copied to clipboard
open
fun
create
(
value
:
Long
)
:
BigInt
open
fun
create
(
value
:
String
)
:
BigInt
open
fun
create
(
value
:
String
,
radix
:
Int
)
:
BigInt
open
override
fun
create
(
value
:
Int
)
:
CommonBigInt
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
value
:
Int
)
:
CommonBigInt
open
operator override
fun
invoke
(
value
:
Long
)
:
CommonBigInt
open
operator override
fun
invoke
(
value
:
String
)
:
CommonBigInt
operator
fun
invoke
(
data
:
UInt16ArrayZeroPad
,
signum
:
Int
)
:
CommonBigInt
open
operator override
fun
invoke
(
value
:
String
,
radix
:
Int
)
:
CommonBigInt