bigDecimalLongMultiplication

matr.std.StandardBigDecimalOps.bigDecimalLongMultiplication
object bigDecimalLongMultiplication extends ElementMultiplication[BigDecimal, Long]

Attributes

Graph
Supertypes
trait ElementMultiplication[BigDecimal, Long]
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: Long): Out