bigDecimalIntMultiplication

matr.std.StandardBigDecimalOps.bigDecimalIntMultiplication
object bigDecimalIntMultiplication extends ElementMultiplication[BigDecimal, Int]

Attributes

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

Members list

Type members

Types

type Out = BigDecimal

Value members

Concrete methods

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