times

operator fun Long.times(other: BigInteger): BigInteger
operator fun Int.times(other: BigInteger): BigInteger
operator fun Short.times(other: BigInteger): BigInteger
operator fun Byte.times(other: BigInteger): BigInteger
operator fun ULong.times(other: BigInteger): BigInteger
operator fun UInt.times(other: BigInteger): BigInteger
operator fun UShort.times(other: BigInteger): BigInteger
operator fun UByte.times(other: BigInteger): BigInteger