Interface Function2Arg
-
- All Superinterfaces:
Function
- All Known Implementing Classes:
Complex
,ConcatEval
,Countif
,Days360
,Dec2Bin
,Dec2Hex
,Delta
,Fixed
,Fixed2ArgFunction
,Frequency
,Hyperlink
,IfFunc
,Index
,Intercept
,IntersectionEval
,LinearRegressionFunction
,Lookup
,Match
,MatrixFunction.TwoArrayArg
,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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueEval
evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
-