longBigDecimalMultiplication

matr.std.StandardLongOps.longBigDecimalMultiplication
object longBigDecimalMultiplication extends ElementMultiplication[Long, BigDecimal]

Attributes

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

Members list

Type members

Types

type Out = BigDecimal

Value members

Concrete methods

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