object
BinaryOpUGen
Type Members
-
sealed
trait
Op extends Product
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
object
Absdif extends Op with Product with Serializable
-
object
Amclip extends Op with Product with Serializable
-
object
Atan2 extends Op with Product with Serializable
-
object
BitAnd extends Op with Product with Serializable
-
object
BitOr extends Op with Product with Serializable
-
object
BitXor extends Op with Product with Serializable
-
object
Clip2 extends Op with Product with Serializable
-
object
Difsqr extends Op with Product with Serializable
-
object
Div extends Op with Product with Serializable
-
object
Eq extends Op with Product with Serializable
-
object
Excess extends Op with Product with Serializable
-
object
Firstarg extends Op with Product with Serializable
-
object
Fold2 extends Op with Product with Serializable
-
object
Gcd extends Op with Product with Serializable
-
object
Geq extends Op with Product with Serializable
-
object
Gt extends Op with Product with Serializable
-
object
Hypot extends Op with Product with Serializable
-
object
Hypotx extends Op with Product with Serializable
-
object
Lcm extends Op with Product with Serializable
-
object
LeftShift extends Op with Product with Serializable
-
object
Leq extends Op with Product with Serializable
-
object
Lt extends Op with Product with Serializable
-
object
Max extends Op with Product with Serializable
-
object
Min extends Op with Product with Serializable
-
object
Minus extends Op with Product with Serializable
-
object
Mod extends Op with Product with Serializable
-
object
Neq extends Op with Product with Serializable
-
object
Op
-
object
Plus extends Op with Product with Serializable
-
object
Pow extends Op with Product with Serializable
-
object
RightShift extends Op with Product with Serializable
-
object
Ring1 extends Op with Product with Serializable
-
object
Ring2 extends Op with Product with Serializable
-
object
Ring3 extends Op with Product with Serializable
-
object
Ring4 extends Op with Product with Serializable
-
object
RoundTo extends Op with Product with Serializable
-
object
RoundUpTo extends Op with Product with Serializable
-
object
Scaleneg extends Op with Product with Serializable
-
object
Sqrdif extends Op with Product with Serializable
-
object
Sqrsum extends Op with Product with Serializable
-
object
Sumsqr extends Op with Product with Serializable
-
object
Thresh extends Op with Product with Serializable
-
object
Times extends Op with Product with Serializable
-
object
Trunc extends Op with Product with Serializable
-
object
Wrap2 extends Op with Product with Serializable
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Binary operations are generally constructed by calling one of the methods of
GEOps
.UnaryOpUGen
GEOps