bigDecimalIntMultiplication

object bigDecimalIntMultiplication extends ElementMultiplication[BigDecimal, Int]
trait ElementMultiplication[BigDecimal, Int]
class Object
trait Matchable
class Any

Type members

Types

type Out = BigDecimal

Value members

Concrete methods

def times(lhs: BigDecimal, rhs: Int): Out