Class ArithmeticOperator

  • Direct Known Subclasses:
    MinusOperator, MultiplyOperator, PlusOperator

    public abstract class ArithmeticOperator
    extends BinaryOperator

    This is the superclass for all binary arithmetic operators

    Version:
    $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
    Author:
    Nathan Abramson - Art Technology Group
    • Constructor Detail

      • ArithmeticOperator

        public ArithmeticOperator()
    • Method Detail

      • apply

        public abstract double apply​(double pLeft,
                                     double pRight,
                                     Logger pLogger)
        Applies the operator to the given double values, returning a double
      • apply

        public abstract long apply​(long pLeft,
                                   long pRight,
                                   Logger pLogger)
        Applies the operator to the given double values, returning a double