LongTDUC

class LongTDUC[B, UF, UT](nc: Double, dc: Double, df: Double, dt: Double) extends TruncatingDeltaUnitConversion[Long, B, UF, UT]
Source:
unit.scala
trait Long => Long
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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