times

operator fun Long.times(other: BigDecimal): BigDecimal
operator fun Int.times(other: BigDecimal): BigDecimal
operator fun Short.times(other: BigDecimal): BigDecimal
operator fun Byte.times(other: BigDecimal): BigDecimal
operator fun Double.times(other: BigDecimal): BigDecimal
operator fun Float.times(other: BigDecimal): BigDecimal