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() |
evaluateprotected java.lang.Number evaluate(java.lang.Number number1,
java.lang.Number number2)
throws EvaluationException
evaluate in class AbstractNumericOperatorEvaluationExceptionpublic int getLevel()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isLeftOperation()
InfixOperatorpublic boolean isAssociative()