Smithy Kotlin
Toggle table of contents
1.5.19
common
jvm
native
Platform filter
common
jvm
native
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.content
/
BigInteger
/
plus
plus
common
jvm
native
expect
operator
fun
plus
(
other
:
BigInteger
)
:
BigInteger
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
:
BigInteger
)
:
BigInteger
actual
operator
fun
plus
(
other
:
BigInteger
)
:
BigInteger