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
- Alphabetic
- By Inheritance
Inherited
- BinaryOpUGen
- ProductReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(op: Op, a: GE, b: GE): BinaryOpUGen
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def read(in: RefMapIn, key: String, arity: Int): BinaryOpUGen
- Definition Classes
- BinaryOpUGen → ProductReader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unapply(b: BinaryOpUGen): Option[(Op, GE, GE)]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object Absdif extends PureOp with Product with Serializable
- case object Amclip extends PureOp with Product with Serializable
- case object Atan2 extends PureOp with Product with Serializable
- case object BitAnd extends PureOp with Product with Serializable
- case object BitOr extends PureOp with Product with Serializable
- case object BitXor extends PureOp with Product with Serializable
- case object Clip2 extends PureOp with Product with Serializable
- case object Difsqr extends PureOp with Product with Serializable
- case object Div extends PureOp with Product with Serializable
- case object Eq extends PureOp with Product with Serializable
- case object Excess extends PureOp with Product with Serializable
- case object Exprand extends RandomOp with Product with Serializable
- case object Firstarg extends ImpureOp with Product with Serializable
- case object Fold2 extends PureOp with Product with Serializable
- case object Gcd extends PureOp with Product with Serializable
- case object Geq extends PureOp with Product with Serializable
- case object Gt extends PureOp with Product with Serializable
- case object Hypot extends PureOp with Product with Serializable
- case object Hypotx extends PureOp with Product with Serializable
- case object Lcm extends PureOp with Product with Serializable
- case object LeftShift extends PureOp with Product with Serializable
- case object Leq extends PureOp with Product with Serializable
- case object Lt extends PureOp with Product with Serializable
- case object Max extends PureOp with Product with Serializable
- case object Min extends PureOp with Product with Serializable
- case object Minus extends PureOp with Product with Serializable
- case object Mod extends PureOp with Product with Serializable
- case object Neq extends PureOp with Product with Serializable
- object Op extends ProductReader[Op]
- case object Plus extends PureOp with Product with Serializable
- 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 output0.25
but-0.25
. This is to avoid problems with floating point noise and negative input numbers, soDC.kr(-0.5).pow(2.001)
does not result in aNaN
, for example. - case object RightShift extends PureOp with Product with Serializable
- case object Ring1 extends PureOp with Product with Serializable
- case object Ring2 extends PureOp with Product with Serializable
- case object Ring3 extends PureOp with Product with Serializable
- case object Ring4 extends PureOp with Product with Serializable
- case object RoundTo extends PureOp with Product with Serializable
- case object RoundUpTo extends PureOp with Product with Serializable
- case object Rrand extends RandomOp with Product with Serializable
- case object Scaleneg extends PureOp with Product with Serializable
- case object Sqrdif extends PureOp with Product with Serializable
- case object Sqrsum extends PureOp with Product with Serializable
- case object Sumsqr extends PureOp with Product with Serializable
- case object Thresh extends PureOp with Product with Serializable
- case object Times extends PureOp with Product with Serializable
- case object Trunc extends PureOp with Product with Serializable
- case object Wrap2 extends PureOp with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated