times

operator fun times(val: BigInteger): BigInteger

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

Return

this * val

Parameters

val

value to be multiplied by this BigInteger.