Class XYNumericFunction
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Fixed2ArgFunction
-
- org.apache.poi.ss.formula.functions.XYNumericFunction
-
- All Implemented Interfaces:
Function
,Function2Arg
public abstract class XYNumericFunction extends Fixed2ArgFunction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static interface
XYNumericFunction.Accumulator
-
Constructor Summary
Constructors Constructor Description XYNumericFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract XYNumericFunction.Accumulator
createAccumulator()
Constructs a new instance of the Accumulator used to calculated this functionValueEval
evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
-
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed2ArgFunction
evaluate, evaluate, evaluateArray
-
-
-
-
Method Detail
-
createAccumulator
protected abstract XYNumericFunction.Accumulator createAccumulator()
Constructs a new instance of the Accumulator used to calculated this function
-
evaluate
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
Description copied from interface:Function2Arg
-
-