times

inline operator fun BigDecimal.times(other: BigDecimal): BigDecimal(source)

Enables the use of the * operator for BigDecimal instances.

Since Kotlin

1.0

inline operator fun BigInteger.times(other: BigInteger): BigInteger(source)

Enables the use of the * operator for BigInteger instances.

Since Kotlin

1.0