Trait

dsptools.numbers

ConvertableToUInt

Related Doc: package numbers

Permalink

trait ConvertableToUInt extends ConvertableTo[UInt] with hasContext

Linear Supertypes
hasContext, ConvertableTo[UInt], spire.math.ConvertableTo[UInt], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConvertableToUInt
  2. hasContext
  3. ConvertableTo
  4. ConvertableTo
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def fromAlgebraic(n: Algebraic): UInt

    Permalink
    Definition Classes
    ConvertableTo
  2. abstract def fromRational(n: Rational): UInt

    Permalink
    Definition Classes
    ConvertableTo
  3. abstract def fromReal(n: spire.math.Real): UInt

    Permalink
    Definition Classes
    ConvertableTo

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def context: DspContext

    Permalink
    Definition Classes
    hasContext
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def fromBigDecimal(n: BigDecimal): UInt

    Permalink
    Definition Classes
    ConvertableToUInt → ConvertableTo
  10. def fromBigInt(n: BigInt): UInt

    Permalink
    Definition Classes
    ConvertableToUInt → ConvertableTo
  11. def fromByte(n: Byte): UInt

    Permalink
    Definition Classes
    ConvertableToUInt → ConvertableTo
  12. def fromDouble(d: Double, a: UInt): UInt

    Permalink
    Definition Classes
    ConvertableToUIntConvertableTo
  13. def fromDouble(n: Double): UInt

    Permalink
    Definition Classes
    ConvertableToUInt → ConvertableTo
  14. def fromDoubleWithFixedWidth(d: Double, a: UInt): UInt

    Permalink
    Definition Classes
    ConvertableToUIntConvertableTo
  15. def fromFloat(n: Float): UInt

    Permalink
    Definition Classes
    ConvertableToUInt → ConvertableTo
  16. def fromInt(n: Int): UInt

    Permalink
    Definition Classes
    ConvertableToUInt → ConvertableTo
  17. def fromLong(n: Long): UInt

    Permalink
    Definition Classes
    ConvertableToUInt → ConvertableTo
  18. def fromShort(n: Short): UInt

    Permalink
    Definition Classes
    ConvertableToUInt → ConvertableTo
  19. def fromType[B](n: B)(implicit c: ConvertableFrom[B]): UInt

    Permalink
    Definition Classes
    ConvertableToUInt → ConvertableTo
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. 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 hasContext

Inherited from ConvertableTo[UInt]

Inherited from spire.math.ConvertableTo[UInt]

Inherited from AnyRef

Inherited from Any

Ungrouped