object BinaryOpUGen
Binary operations are generally constructed by calling one of the methods of GEOps.
- See also
GEOps
UnaryOpUGen
- Alphabetic
- By Inheritance
- BinaryOpUGen
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Absdif extends PureOp with Product with Serializable
- object Amclip extends PureOp with Product with Serializable
- object Atan2 extends PureOp with Product with Serializable
- object BitAnd extends PureOp with Product with Serializable
- object BitOr extends PureOp with Product with Serializable
- object BitXor extends PureOp with Product with Serializable
- object Clip2 extends PureOp with Product with Serializable
- object Difsqr extends PureOp with Product with Serializable
- object Div extends PureOp with Product with Serializable
- object Eq extends PureOp with Product with Serializable
- object Excess extends PureOp with Product with Serializable
- object Exprand extends RandomOp with Product with Serializable
- object Firstarg extends ImpureOp with Product with Serializable
- object Fold2 extends PureOp with Product with Serializable
- object Gcd extends PureOp with Product with Serializable
- object Geq extends PureOp with Product with Serializable
- object Gt extends PureOp with Product with Serializable
- object Hypot extends PureOp with Product with Serializable
- object Hypotx extends PureOp with Product with Serializable
- object Lcm extends PureOp with Product with Serializable
- object LeftShift extends PureOp with Product with Serializable
- object Leq extends PureOp with Product with Serializable
- object Lt extends PureOp with Product with Serializable
- object Max extends PureOp with Product with Serializable
- object Min extends PureOp with Product with Serializable
- object Minus extends PureOp with Product with Serializable
- object Mod extends PureOp with Product with Serializable
- object Neq extends PureOp with Product with Serializable
- object Op
- object Plus extends PureOp with Product with Serializable
-
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.25but-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. - object RightShift extends PureOp with Product with Serializable
- object Ring1 extends PureOp with Product with Serializable
- object Ring2 extends PureOp with Product with Serializable
- object Ring3 extends PureOp with Product with Serializable
- object Ring4 extends PureOp with Product with Serializable
- object RoundTo extends PureOp with Product with Serializable
- object RoundUpTo extends PureOp with Product with Serializable
- object Rrand extends RandomOp with Product with Serializable
- object Scaleneg extends PureOp with Product with Serializable
- object Sqrdif extends PureOp with Product with Serializable
- object Sqrsum extends PureOp with Product with Serializable
- object Sumsqr extends PureOp with Product with Serializable
- object Thresh extends PureOp with Product with Serializable
- object Times extends PureOp with Product with Serializable
- object Trunc extends PureOp with Product with Serializable
- object Wrap2 extends PureOp with Product with Serializable