plus

abstract operator fun plus(rhs: BigInt): BigInt

Returns a new BigInt wrapping the sum of the value of this BigInt and the value of rhs.

Return

The sum of this BigInt and the given rhs BigInt.

Parameters

rhs

Other BigInt that will be added to this BigInt to produce the returned sum value.