Trait

de.sciss.synth.RichNumber

NAryGEOps

Related Doc: package RichNumber

Permalink

sealed trait NAryGEOps extends Any

Linear Supertypes
Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NAryGEOps
  2. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def cn: Constant

    Permalink
    Attributes
    protected
  2. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any

Concrete Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def %(b: GE): GE

    Permalink
  4. def &(b: GE): GE

    Permalink
  5. def *(b: GE): GE

    Permalink
  6. def +(b: GE): GE

    Permalink
  7. def -(b: GE): GE

    Permalink
  8. def /(b: GE): GE

    Permalink
  9. def <(b: GE): GE

    Permalink
  10. def <<(b: GE): GE

    Permalink
  11. def <=(b: GE): GE

    Permalink
  12. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  13. def >(b: GE): GE

    Permalink
  14. def >=(b: GE): GE

    Permalink
  15. def >>(b: GE): GE

    Permalink
  16. def ^(b: GE): GE

    Permalink
  17. def absdif(b: GE): GE

    Permalink
  18. def amclip(b: GE): GE

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def atan2(b: GE): GE

    Permalink
  21. def clip(low: GE, high: GE): GE

    Permalink
  22. def clip2(b: GE): GE

    Permalink
  23. def difsqr(b: GE): GE

    Permalink
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  25. def excess(b: GE): GE

    Permalink
  26. def expexp(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE

    Permalink
  27. def explin(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE

    Permalink
  28. def fold(low: GE, high: GE): GE

    Permalink
  29. def fold2(b: GE): GE

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  31. def hypot(b: GE): GE

    Permalink
  32. def hypotx(b: GE): GE

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def linexp(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE

    Permalink
  35. def linlin(inLow: GE, inHigh: GE, outLow: GE, outHigh: GE): GE

    Permalink
  36. def max(b: GE): GE

    Permalink
  37. def min(b: GE): GE

    Permalink
  38. def pow(b: GE): GE

    Permalink
  39. def ring1(b: GE): GE

    Permalink
  40. def ring2(b: GE): GE

    Permalink
  41. def ring3(b: GE): GE

    Permalink
  42. def ring4(b: GE): GE

    Permalink
  43. def roundTo(b: GE): GE

    Permalink
  44. def roundUpTo(b: GE): GE

    Permalink
  45. def scaleneg(b: GE): GE

    Permalink
  46. def sig_!=(b: GE): GE

    Permalink
  47. def sig_==(b: GE): GE

    Permalink
  48. def sqrdif(b: GE): GE

    Permalink
  49. def sqrsum(b: GE): GE

    Permalink
  50. def sumsqr(b: GE): GE

    Permalink
  51. def thresh(b: GE): GE

    Permalink
  52. def toString(): String

    Permalink
    Definition Classes
    Any
  53. def trunc(b: GE): GE

    Permalink
  54. def wrap(low: GE, high: GE): GE

    Permalink
  55. def wrap2(b: GE): GE

    Permalink
  56. def |(b: GE): GE

    Permalink

Inherited from Any

Ungrouped