Class NumericFunction.TwoArg
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Fixed2ArgFunction
-
- org.apache.poi.ss.formula.functions.NumericFunction.TwoArg
-
- All Implemented Interfaces:
Function
,Function2Arg
- Enclosing class:
- NumericFunction
public abstract static class NumericFunction.TwoArg extends Fixed2ArgFunction
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TwoArg()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract double
evaluate(double d0, double d1)
ValueEval
evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
-
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed2ArgFunction
evaluate
-
-
-
-
Method Detail
-
evaluate
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
Description copied from interface:Function2Arg
-
evaluate
protected abstract double evaluate(double d0, double d1) throws EvaluationException
- Throws:
EvaluationException
-
-