JoulesPerCubicMeter

trait SiUnit
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply[A](n: A)(num: Numeric[A]): EnergyDensity
Inherited from
EnergyDensityUnit
final def convertFrom[N](n: N)(num: Numeric[N]): Double

Applies the converterFrom method to a value

Applies the converterFrom method to a value

Type Params
N

Type

Value Params
n

N value in terms of this Unit

num

Numeric[N]

Inherited from
UnitOfMeasure
final def convertTo[N](n: N)(num: Numeric[N]): Double

Applies the converterTo method to a value

Applies the converterTo method to a value

Type Params
N

Type

Value Params
n

N value in terms of the ValueUnit

num

Numeric[N]

Inherited from
UnitOfMeasure
final override def converterFrom: Double => Double

Implements the converterFrom method to just return the underlying value

Implements the converterFrom method to just return the underlying value

Definition Classes
Inherited from
PrimaryUnit
final override def converterTo: Double => Double

Implements the converterTo method to just return the underlying value

Implements the converterTo method to just return the underlying value

Definition Classes
Inherited from
PrimaryUnit
def unapply(q: EnergyDensity): Some[Double]

Extractor method for getting the Numeric value of a Quantity in this UnitOfMeasure

Extractor method for getting the Numeric value of a Quantity in this UnitOfMeasure

Value Params
q

A - The Quantity being matched

Inherited from
UnitOfMeasure

Concrete fields

val symbol: String

Inherited fields

final val conversionFactor: 1.0d

Value unit multiplier is always equal to 1

Value unit multiplier is always equal to 1

Inherited from
PrimaryUnit