floatBigDecimalMultiplication

matr.std.StandardFloatOps.floatBigDecimalMultiplication
object floatBigDecimalMultiplication extends ElementMultiplication[Float, BigDecimal]

Attributes

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

Members list

Type members

Types

type Out = BigDecimal

Value members

Concrete methods

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