plus

operator fun plus(val: BigInteger): BigInteger

Returns a BigInteger whose value is (this + val).

Return

this + val

Parameters

val

value to be added to this BigInteger.