Trait

dsptools.numbers

ConvertableToSInt

Related Doc: package numbers

Permalink

trait ConvertableToSInt extends ConvertableTo[SInt] with hasContext

Linear Supertypes
hasContext, ConvertableTo[SInt], spire.math.ConvertableTo[SInt], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConvertableToSInt
  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): SInt

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

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

    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): SInt

    Permalink
    Definition Classes
    ConvertableToSInt → ConvertableTo
  10. def fromBigInt(n: BigInt): SInt

    Permalink
    Definition Classes
    ConvertableToSInt → ConvertableTo
  11. def fromByte(n: Byte): SInt

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

    Permalink
    Definition Classes
    ConvertableToSIntConvertableTo
  13. def fromDouble(n: Double): SInt

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

    Permalink
    Definition Classes
    ConvertableToSIntConvertableTo
  15. def fromFloat(n: Float): SInt

    Permalink
    Definition Classes
    ConvertableToSInt → ConvertableTo
  16. def fromInt(n: Int): SInt

    Permalink
    Definition Classes
    ConvertableToSInt → ConvertableTo
  17. def fromLong(n: Long): SInt

    Permalink
    Definition Classes
    ConvertableToSInt → ConvertableTo
  18. def fromShort(n: Short): SInt

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

    Permalink
    Definition Classes
    ConvertableToSInt → 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[SInt]

Inherited from spire.math.ConvertableTo[SInt]

Inherited from AnyRef

Inherited from Any

Ungrouped