longFloatMultiplication

object longFloatMultiplication extends ElementMultiplication[Long, Float]
trait ElementMultiplication[Long, Float]
class Object
trait Matchable
class Any

Type members

Types

type Out = Float

Value members

Concrete methods

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