JchuComponents
Toggle table of contents
3.0.0-alpha07
release
Target filter
release
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-ktx
/
com.jeluchu.jchucomponents.ktx.numbers
/
multiply
multiply
fun
BigDecimal
.
multiply
(
n
:
Int
,
context
:
MathContext
=
MathContext.DECIMAL128
)
:
BigDecimal
fun
BigDecimal
.
multiply
(
n
:
Float
,
context
:
MathContext
=
MathContext.DECIMAL128
)
:
BigDecimal
fun
BigDecimal
.
multiply
(
n
:
Double
,
context
:
MathContext
=
MathContext.DECIMAL128
)
:
BigDecimal