multiply

abstract fun multiply(other: KBigInteger): KBigInteger

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

Return

The result of the multiplication

Parameters

other

The value to multiply with this number