doubleLongMultiplication

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

Type members

Types

type Out = Double

Value members

Concrete methods

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