toggle menu
Kaluga
1.3.0-SNAPSHOT
js
switch theme
search in API
base
/
com.splendo.kaluga.base.utils
/
BigDecimal
/
Companion
Companion
js
object
Companion
Members
Functions
add
Link copied to clipboard
js
fun
add
(
a
:
BigDecimal
,
b
:
BigDecimal
,
rounding
:
Rounding
?
=
definedExternally
)
:
BigDecimal
Big
Decimal
Link copied to clipboard
js
fun
BigDecimal
(
a
:
Any
)
:
BigDecimal
compare
Link copied to clipboard
js
fun
compare
(
a
:
BigDecimal
,
b
:
BigDecimal
)
:
Int
divide
Link copied to clipboard
js
fun
divide
(
a
:
BigDecimal
,
b
:
BigDecimal
,
rounding
:
Rounding
?
=
definedExternally
)
:
BigDecimal
equal
Link copied to clipboard
js
fun
equal
(
a
:
BigDecimal
,
b
:
BigDecimal
)
:
Boolean
greater
Than
Link copied to clipboard
js
fun
greaterThan
(
a
:
BigDecimal
,
b
:
BigDecimal
)
:
Boolean
less
Than
Link copied to clipboard
js
fun
lessThan
(
a
:
BigDecimal
,
b
:
BigDecimal
)
:
Boolean
multiply
Link copied to clipboard
js
fun
multiply
(
a
:
BigDecimal
,
b
:
BigDecimal
,
rounding
:
Rounding
?
=
definedExternally
)
:
BigDecimal
round
Link copied to clipboard
js
fun
round
(
a
:
BigDecimal
,
rounding
:
Rounding
?
=
definedExternally
)
:
BigDecimal
subtract
Link copied to clipboard
js
fun
subtract
(
a
:
BigDecimal
,
b
:
BigDecimal
,
rounding
:
Rounding
?
=
definedExternally
)
:
BigDecimal
to
Number
Link copied to clipboard
js
fun
toNumber
(
a
:
BigDecimal
)
:
Double