toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.bignumber
/
CommonBigInt
/
DivRem
Div
Rem
data
class
DivRem
(
val
div
:
CommonBigInt
,
val
rem
:
CommonBigInt
)
Members
Constructors
Div
Rem
Link copied to clipboard
constructor
(
div
:
CommonBigInt
,
rem
:
CommonBigInt
)
Properties
div
Link copied to clipboard
val
div
:
CommonBigInt
rem
Link copied to clipboard
val
rem
:
CommonBigInt