InformationUnit

trait Serializable
class Object
trait Matchable
class Any
object Bits
object Bytes
object Exabits
object Exabytes
object Exbibits
object Exbibytes
object Gibibits
object Gibibytes
object Gigabits
object Gigabytes
object Kibibits
object Kibibytes
object Kilobits
object Kilobytes
object Mebibits
object Mebibytes
object Megabits
object Megabytes
object Octets
object Pebibits
object Pebibytes
object Petabits
object Petabytes
object Tebibits
object Tebibytes
object Terabits
object Terabytes
object Yobibits
object Yobibytes
object Yottabits
object Yottabytes
object Zebibits
object Zebibytes
object Zettabits
object Zettabytes

Value members

Concrete methods

def apply[A](n: A)(num: Numeric[A]): Information

Inherited methods

protected def conversionFactor: Double

Defines a multiplier value relative to the Quantity's squants.PrimaryUnit

Defines a multiplier value relative to the Quantity's squants.PrimaryUnit

Inherited from
UnitConverter
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
protected def converterFrom: Double => Double

Implements the converterFrom method as a simple product of the value and the multiplier

Implements the converterFrom method as a simple product of the value and the multiplier

Inherited from
UnitConverter
protected def converterTo: Double => Double

Implements the converterTo method as a simple quotient of the value and the multiplier

Implements the converterTo method as a simple quotient of the value and the multiplier

Inherited from
UnitConverter
def symbol: String

Symbol used when representing Quantities in this UnitOfMeasure

Symbol used when representing Quantities in this UnitOfMeasure

Inherited from
UnitOfMeasure
def unapply(q: Information): 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