Packages

object BinaryOpUGen extends ProductReader[BinaryOpUGen]

Binary operations are generally constructed by calling one of the methods of GEOps.

See also

GEOps

UnaryOpUGen

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryOpUGen
  2. ProductReader
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class ImpureOp extends Op
  2. sealed abstract class Op extends Product
  3. sealed abstract class PureOp extends Op
  4. sealed abstract class RandomOp extends Op

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(op: Op, a: GE, b: GE): BinaryOpUGen
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def read(in: RefMapIn, key: String, arity: Int): BinaryOpUGen
    Definition Classes
    BinaryOpUGenProductReader
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. def unapply(b: BinaryOpUGen): Option[(Op, GE, GE)]
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. case object Absdif extends PureOp with Product with Serializable
  23. case object Amclip extends PureOp with Product with Serializable
  24. case object Atan2 extends PureOp with Product with Serializable
  25. case object BitAnd extends PureOp with Product with Serializable
  26. case object BitOr extends PureOp with Product with Serializable
  27. case object BitXor extends PureOp with Product with Serializable
  28. case object Clip2 extends PureOp with Product with Serializable
  29. case object Difsqr extends PureOp with Product with Serializable
  30. case object Div extends PureOp with Product with Serializable
  31. case object Eq extends PureOp with Product with Serializable
  32. case object Excess extends PureOp with Product with Serializable
  33. case object Exprand extends RandomOp with Product with Serializable
  34. case object Firstarg extends ImpureOp with Product with Serializable
  35. case object Fold2 extends PureOp with Product with Serializable
  36. case object Gcd extends PureOp with Product with Serializable
  37. case object Geq extends PureOp with Product with Serializable
  38. case object Gt extends PureOp with Product with Serializable
  39. case object Hypot extends PureOp with Product with Serializable
  40. case object Hypotx extends PureOp with Product with Serializable
  41. case object Lcm extends PureOp with Product with Serializable
  42. case object LeftShift extends PureOp with Product with Serializable
  43. case object Leq extends PureOp with Product with Serializable
  44. case object Lt extends PureOp with Product with Serializable
  45. case object Max extends PureOp with Product with Serializable
  46. case object Min extends PureOp with Product with Serializable
  47. case object Minus extends PureOp with Product with Serializable
  48. case object Mod extends PureOp with Product with Serializable
  49. case object Neq extends PureOp with Product with Serializable
  50. object Op extends ProductReader[Op]
  51. case object Plus extends PureOp with Product with Serializable
  52. case object Pow extends PureOp with Product with Serializable

    Warning: Unlike a normal power operation, the signum of the left operand is always preserved.

    Warning: Unlike a normal power operation, the signum of the left operand is always preserved. I.e. DC.kr(-0.5).pow(2) will not output 0.25 but -0.25. This is to avoid problems with floating point noise and negative input numbers, so DC.kr(-0.5).pow(2.001) does not result in a NaN, for example.

  53. case object RightShift extends PureOp with Product with Serializable
  54. case object Ring1 extends PureOp with Product with Serializable
  55. case object Ring2 extends PureOp with Product with Serializable
  56. case object Ring3 extends PureOp with Product with Serializable
  57. case object Ring4 extends PureOp with Product with Serializable
  58. case object RoundTo extends PureOp with Product with Serializable
  59. case object RoundUpTo extends PureOp with Product with Serializable
  60. case object Rrand extends RandomOp with Product with Serializable
  61. case object Scaleneg extends PureOp with Product with Serializable
  62. case object Sqrdif extends PureOp with Product with Serializable
  63. case object Sqrsum extends PureOp with Product with Serializable
  64. case object Sumsqr extends PureOp with Product with Serializable
  65. case object Thresh extends PureOp with Product with Serializable
  66. case object Times extends PureOp with Product with Serializable
  67. case object Trunc extends PureOp with Product with Serializable
  68. case object Wrap2 extends PureOp with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ProductReader[BinaryOpUGen]

Inherited from AnyRef

Inherited from Any

Ungrouped