public static class BinaryOperator.Multiply extends BinaryOperator
BinaryOperator.Add, BinaryOperator.And, BinaryOperator.Divide, BinaryOperator.Mod, BinaryOperator.Multiply, BinaryOperator.Or, BinaryOperator.ShiftArithmetic, BinaryOperator.ShiftLeft, BinaryOperator.ShiftRight, BinaryOperator.Subtract, BinaryOperator.Xor
Constructor and Description |
---|
BinaryOperator.Multiply() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
op_bdec(java.math.BigDecimal d1,
java.math.BigDecimal d2)
Operation on BigDecimal's
|
java.lang.Object |
op_bint(java.math.BigInteger b1,
java.math.BigInteger b2)
Operation on BigInteger's
|
java.lang.Object |
op_double(double d1,
double d2)
Operation on doubles
|
java.lang.Object |
op_float(float f1,
float f2)
Operation on floats
|
java.lang.Object |
op_int(int i1,
int i2)
Operation on ints
|
java.lang.Object |
op_long(long d1,
long d2)
Operation on longs
|
java.lang.Object |
op_numeric(Numeric n1,
java.lang.Object n2)
Operation on a Numeric and an Object
|
java.lang.Object |
op_numeric(java.lang.Object n1,
Numeric n2)
Operation on an Object and a Numeric
|
java.lang.Object |
op_object(java.lang.Object o1,
java.lang.Object o2)
Operation on Object's
|
compressNumber, op_boolean, op_string, op_string, operateOn
public java.lang.Object op_int(int i1, int i2)
BinaryOperator
op_int
in class BinaryOperator
public java.lang.Object op_long(long d1, long d2)
BinaryOperator
op_long
in class BinaryOperator
public java.lang.Object op_float(float f1, float f2)
BinaryOperator
op_float
in class BinaryOperator
public java.lang.Object op_double(double d1, double d2)
BinaryOperator
op_double
in class BinaryOperator
public java.lang.Object op_bdec(java.math.BigDecimal d1, java.math.BigDecimal d2)
BinaryOperator
op_bdec
in class BinaryOperator
public java.lang.Object op_bint(java.math.BigInteger b1, java.math.BigInteger b2)
BinaryOperator
op_bint
in class BinaryOperator
public java.lang.Object op_numeric(Numeric n1, java.lang.Object n2)
BinaryOperator
op_numeric
in class BinaryOperator
public java.lang.Object op_numeric(java.lang.Object n1, Numeric n2)
BinaryOperator
op_numeric
in class BinaryOperator
public java.lang.Object op_object(java.lang.Object o1, java.lang.Object o2)
BinaryOperator
op_object
in class BinaryOperator