add

abstract fun add(other: KBigInteger): KBigInteger

Returns a KBigInteger that is the sum of this and the specified value.

Return

The result of the addition

Parameters

other

The value to add to this number