Packages

t

dsptools.numbers

SIntSigned

trait SIntSigned extends Signed[SInt] with hasContext

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SIntSigned
  2. hasContext
  3. Signed
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def abs(a: SInt): SInt

    An idempotent function that ensures an object has a non-negative sign.

    An idempotent function that ensures an object has a non-negative sign.

    Definition Classes
    Signed
  2. abstract def context_abs(a: SInt): SInt
    Definition Classes
    Signed
  3. abstract def getClass(): Class[_]
    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def context: DspContext
    Definition Classes
    hasContext
  6. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  7. def hashCode(): Int
    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. def isSignNegative(a: SInt): Bool
    Definition Classes
    SIntSignedSigned
  10. def isSignNonNegative(a: SInt): Bool
    Definition Classes
    Signed
  11. def isSignNonPositive(a: SInt): Bool
    Definition Classes
    Signed
  12. def isSignNonZero(a: SInt): Bool
    Definition Classes
    Signed
  13. def isSignPositive(a: SInt): Bool
    Definition Classes
    Signed
  14. def isSignZero(a: SInt): Bool
    Definition Classes
    SIntSignedSigned
  15. def sign(a: SInt): Sign

    Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

    Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

    Definition Classes
    Signed
  16. def signum(a: SInt): ComparisonBundle

    Returns 0 if a is 0, > 0 if a is positive, and < 0 is a is negative.

    Returns 0 if a is 0, > 0 if a is positive, and < 0 is a is negative.

    Definition Classes
    SIntSignedSigned
  17. def toString(): String
    Definition Classes
    Any

Inherited from hasContext

Inherited from Signed[SInt]

Inherited from Any

Ungrouped