Class DivideOperator

java.lang.Object
org.pentaho.reporting.libraries.formula.operators.AbstractNumericOperator
org.pentaho.reporting.libraries.formula.operators.DivideOperator
All Implemented Interfaces:
Serializable, InfixOperator

public class DivideOperator extends AbstractNumericOperator
A division operation. This operation expects two valid numbers.
Author:
Thomas Morgner
See Also: