doubleBigDecimalMultiplication

matr.std.StandardDoubleOps.doubleBigDecimalMultiplication
object doubleBigDecimalMultiplication extends ElementMultiplication[Double, BigDecimal]

Attributes

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

Members list

Type members

Types

type Out = BigDecimal

Value members

Concrete methods

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