FloatDUC

class FloatDUC[B, UF, UT](c: Float, df: Float, dt: Float) extends DeltaUnitConversion[Float, B, UF, UT]
Source:
unit.scala
class DeltaUnitConversion[Float, B, UF, UT]
trait Float => Float
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(v: Float): Float
Source:
unit.scala

Inherited methods

def andThen[A](g: Float => A): Float => A
Inherited from:
Function1
def compose[A](g: A => Float): A => Float
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1