org.apache.poi.ss.formula.functions
Interface Function2Arg
- All Superinterfaces:
- Function
- All Known Implementing Classes:
- Complex, ConcatEval, Countif, Days360, Dec2Bin, Dec2Hex, Delta, Fixed, Fixed2ArgFunction, Hyperlink, IfFunc, Index, Intercept, IntersectionEval, LinearRegressionFunction, Lookup, Match, NumericFunction.TwoArg, Quotient, RangeEval, Rank, RelationalOperationEval, Rept, Roman, Slope, Sumif, Sumx2my2, Sumx2py2, Sumxmy2, TwoOperandNumericOperation, WeekNum, XYNumericFunction
public interface Function2Arg
- extends Function
Implemented by all functions that can be called with two arguments
Methods inherited from interface org.apache.poi.ss.formula.functions.Function |
evaluate |
evaluate
ValueEval evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval arg0,
ValueEval arg1)
- see
Function.evaluate(ValueEval[], int, int)