Uses of Class
org.pentaho.reporting.libraries.formula.operators.AbstractNumericOperator

Packages that use AbstractNumericOperator
org.pentaho.reporting.libraries.formula.operators   
 

Uses of AbstractNumericOperator in org.pentaho.reporting.libraries.formula.operators
 

Subclasses of AbstractNumericOperator in org.pentaho.reporting.libraries.formula.operators
 class AddOperator
          Null-Values are converted into ZERO
 class DivideOperator
          A division operation.
 class MultiplyOperator
          Creation-Date: 31.10.2006, 16:34:11
 class PowerOperator
          This has to be implemented manually if we want to support arbitary precision.
 class SubtractOperator
          Creation-Date: 31.10.2006, 16:34:11