times

abstract operator fun times(other: BigInteger): BigInteger

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

Return

this * val

Parameters

other

value to be multiplied by this BigInteger.


open operator fun times(other: Int): BigInteger
open operator fun times(other: Long): BigInteger