Packages

c

spinal.core

TimeNumber

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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def %(that: HertzNumber): BigDecimal
  4. def %(that: BigDecimal): TimeNumber
    Definition Classes
    PhysicalNumber
  5. def %(that: PhysicalNumber[_]): BigDecimal
    Definition Classes
    PhysicalNumber
  6. def *(that: HertzNumber): BigDecimal
  7. def *(that: BigDecimal): TimeNumber
    Definition Classes
    PhysicalNumber
  8. def *(that: PhysicalNumber[_]): BigDecimal
    Definition Classes
    PhysicalNumber
  9. def +(that: HertzNumber): BigDecimal
  10. def +(that: BigDecimal): TimeNumber
    Definition Classes
    PhysicalNumber
  11. def +(that: TimeNumber): TimeNumber
    Definition Classes
    PhysicalNumber
  12. def -(that: HertzNumber): BigDecimal
  13. def -(that: BigDecimal): TimeNumber
    Definition Classes
    PhysicalNumber
  14. def -(that: TimeNumber): TimeNumber
    Definition Classes
    PhysicalNumber
  15. def /(that: HertzNumber): BigDecimal
  16. def /(that: BigDecimal): TimeNumber
    Definition Classes
    PhysicalNumber
  17. def /(that: PhysicalNumber[_]): BigDecimal
    Definition Classes
    PhysicalNumber
  18. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  21. def decompose: (BigDecimal, String)
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def max(that: TimeNumber): TimeNumber
    Definition Classes
    PhysicalNumber
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def newInstance(value: BigDecimal): TimeNumber
    Definition Classes
    TimeNumberPhysicalNumber
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toBigDecimal: BigDecimal
    Definition Classes
    PhysicalNumber
  32. def toDouble: Double
    Definition Classes
    PhysicalNumber
  33. def toHertz: HertzNumber
  34. def toInt: Int
    Definition Classes
    PhysicalNumber
  35. def toLong: Long
    Definition Classes
    PhysicalNumber
  36. val value: BigDecimal
    Attributes
    protected
    Definition Classes
    PhysicalNumber
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    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