intBigDecimalMultiplication

matr.std.StandardIntOps.intBigDecimalMultiplication
object intBigDecimalMultiplication extends ElementMultiplication[Int, BigDecimal]

Attributes

Graph
Supertypes
trait ElementMultiplication[Int, BigDecimal]
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Out = BigDecimal

Value members

Concrete methods

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