org.pentaho.reporting.libraries.formula.operators
public class MultiplyOperator extends AbstractNumericOperator
ZERO
Constructor and Description |
---|
MultiplyOperator() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Number |
evaluate(java.lang.Number number1,
java.lang.Number number2) |
int |
getLevel() |
boolean |
isAssociative()
Defines, whether the operation is associative.
|
boolean |
isLeftOperation()
Defines the bind-direction of the operator.
|
java.lang.String |
toString() |
evaluate
protected java.lang.Number evaluate(java.lang.Number number1, java.lang.Number number2) throws EvaluationException
evaluate
in class AbstractNumericOperator
EvaluationException
public int getLevel()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isLeftOperation()
InfixOperator
public boolean isAssociative()