LikeRatio

trait LikeRatio[A <: Quantity[A]] extends Ratio[A, A]
trait Ratio[A, A]
class Object
trait Matchable
class Any

Value members

Concrete methods

def inverseRatio: Double
def ratio: Double

Inherited methods

def base: A
Inherited from
Ratio
def convertToBase(q: A): A
Inherited from
Ratio
def convertToCounter(q: A): A
Inherited from
Ratio
def counter: A
Inherited from
Ratio