Class XYNumericFunction
java.lang.Object
org.apache.poi.ss.formula.functions.Fixed2ArgFunction
org.apache.poi.ss.formula.functions.XYNumericFunction
- All Implemented Interfaces:
Function
,Function2Arg
- Author:
- Amol S. Deshmukh < amolweb at ya hoo dot com >
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract XYNumericFunction.Accumulator
Constructs a new instance of the Accumulator used to calculated this functionMethods inherited from class org.apache.poi.ss.formula.functions.Fixed2ArgFunction
evaluate
-
Constructor Details
-
XYNumericFunction
public XYNumericFunction()
-
-
Method Details
-
createAccumulator
Constructs a new instance of the Accumulator used to calculated this function -
evaluate
Description copied from interface:Function2Arg
-