Class

spinal.core

TimeNumber

Related Doc: package core

Permalink

case class TimeNumber(v: BigDecimal) extends PhysicalNumber[TimeNumber] with Product with Serializable

Time representation

Linear Supertypes
Serializable, Serializable, Product, Equals, PhysicalNumber[TimeNumber], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeNumber
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PhysicalNumber
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TimeNumber(v: BigDecimal)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %(that: HertzNumber): BigDecimal

    Permalink
  4. def %(that: BigDecimal): TimeNumber

    Permalink
    Definition Classes
    PhysicalNumber
  5. def %(that: PhysicalNumber[_]): BigDecimal

    Permalink
    Definition Classes
    PhysicalNumber
  6. def *(that: HertzNumber): BigDecimal

    Permalink
  7. def *(that: BigDecimal): TimeNumber

    Permalink
    Definition Classes
    PhysicalNumber
  8. def *(that: PhysicalNumber[_]): BigDecimal

    Permalink
    Definition Classes
    PhysicalNumber
  9. def +(that: HertzNumber): BigDecimal

    Permalink
  10. def +(that: BigDecimal): TimeNumber

    Permalink
    Definition Classes
    PhysicalNumber
  11. def +(that: TimeNumber): TimeNumber

    Permalink
    Definition Classes
    PhysicalNumber
  12. def -(that: HertzNumber): BigDecimal

    Permalink
  13. def -(that: BigDecimal): TimeNumber

    Permalink
    Definition Classes
    PhysicalNumber
  14. def -(that: TimeNumber): TimeNumber

    Permalink
    Definition Classes
    PhysicalNumber
  15. def /(that: HertzNumber): BigDecimal

    Permalink
  16. def /(that: BigDecimal): TimeNumber

    Permalink
    Definition Classes
    PhysicalNumber
  17. def /(that: PhysicalNumber[_]): BigDecimal

    Permalink
    Definition Classes
    PhysicalNumber
  18. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  21. def decompose: (BigDecimal, String)

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def max(that: TimeNumber): TimeNumber

    Permalink
    Definition Classes
    PhysicalNumber
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def newInstance(value: BigDecimal): TimeNumber

    Permalink
    Definition Classes
    TimeNumberPhysicalNumber
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toBigDecimal: BigDecimal

    Permalink
    Definition Classes
    PhysicalNumber
  32. def toDouble: Double

    Permalink
    Definition Classes
    PhysicalNumber
  33. def toHertz: HertzNumber

    Permalink
  34. def toInt: Int

    Permalink
    Definition Classes
    PhysicalNumber
  35. def toLong: Long

    Permalink
    Definition Classes
    PhysicalNumber
  36. val value: BigDecimal

    Permalink
    Attributes
    protected
    Definition Classes
    PhysicalNumber
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PhysicalNumber[TimeNumber]

Inherited from AnyRef

Inherited from Any

Ungrouped