longDoubleMultiplication

object longDoubleMultiplication extends ElementMultiplication[Long, Double]
trait ElementMultiplication[Long, Double]
class Object
trait Matchable
class Any

Type members

Types

type Out = Double

Value members

Concrete methods

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