Smithy Kotlin
Toggle table of contents
1.5.18
common
jvm
native
Platform filter
common
jvm
native
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.content
/
BigDecimal
/
plus
plus
common
jvm
native
expect
operator
fun
plus
(
other
:
BigDecimal
)
:
BigDecimal
Returns the sum of this value and the given value
Parameters
other
The other value to add (i.e., the addend)
actual
operator
fun
plus
(
other
:
BigDecimal
)
:
BigDecimal
actual
operator
fun
plus
(
other
:
BigDecimal
)
:
BigDecimal