org.apache.poi.hssf.record.formula.functions
Class NumericFunction.TwoArg

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.functions.Fixed2ArgFunction
      extended by org.apache.poi.hssf.record.formula.functions.NumericFunction.TwoArg
All Implemented Interfaces:
Function, Function2Arg
Enclosing class:
NumericFunction

public abstract static class NumericFunction.TwoArg
extends Fixed2ArgFunction


Method Summary
 ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
          see Function.evaluate(ValueEval[], int, int)
 
Methods inherited from class org.apache.poi.hssf.record.formula.functions.Fixed2ArgFunction
evaluate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

evaluate

public ValueEval evaluate(int srcRowIndex,
                          int srcColumnIndex,
                          ValueEval arg0,
                          ValueEval arg1)
Description copied from interface: Function2Arg
see Function.evaluate(ValueEval[], int, int)