org.pentaho.reporting.libraries.formula.operators
public class DivideOperator extends AbstractNumericOperator
| Constructor Summary | |
|---|---|
| DivideOperator() | |
| Method Summary | |
|---|---|
| static BigDecimal | divide(BigDecimal bd1, BigDecimal bd2) |
| Number | evaluate(Number number1, Number number2) |
| int | getLevel() |
| boolean | isAssociative()
Defines, whether the operation is associative. |
| boolean | isLeftOperation() |
| String | toString() |
Returns: true, if the operation is associative, false otherwise