DeltaUnitConversion

abstract class DeltaUnitConversion[V, B, UF, UT] extends V => V

Convert a value of type V from implied delta units UF to UT

Source:
conversion.scala
trait V => V
class Object
trait Matchable
class Any
class DoubleDUC[B, UF, UT]
class FloatDUC[B, UF, UT]

Value members

Inherited methods

def andThen[A](g: V => A): T1 => A
Inherited from:
Function1
def apply(v1: V): R
Inherited from:
Function1
def compose[A](g: A => V): A => R
Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1