Package org.apache.poi.ss.formula.eval
Class TwoOperandNumericOperation
java.lang.Object
org.apache.poi.ss.formula.functions.Fixed2ArgFunction
org.apache.poi.ss.formula.eval.TwoOperandNumericOperation
- All Implemented Interfaces:
ArrayFunction,Function,Function2Arg
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluateArray(ValueEval[] args, int srcRowIndex, int srcColumnIndex) Methods inherited from class org.apache.poi.ss.formula.functions.Fixed2ArgFunction
evaluateMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.poi.ss.formula.functions.ArrayFunction
evaluateOneArrayArg, evaluateTwoArrayArgs
-
Field Details
-
AddEval
-
DivideEval
-
MultiplyEval
-
PowerEval
-
SubtractEval
-
-
Constructor Details
-
TwoOperandNumericOperation
public TwoOperandNumericOperation()
-
-
Method Details
-
evaluateArray
- Specified by:
evaluateArrayin interfaceArrayFunction- Parameters:
args- the evaluated function arguments. Empty values are represented withBlankEvalorMissingArgEval, nevernull.srcRowIndex- row index of the cell containing the formula under evaluationsrcColumnIndex- column index of the cell containing the formula under evaluation- Returns:
- The evaluated result, possibly an
ErrorEval, nevernull. Note - Excel uses the error code #NUM! instead of IEEE NaN, so when numeric functions evaluate toDouble.NaNbe sure to translate the result toErrorEval.NUM_ERROR.
-
evaluate
Description copied from interface:Function2Arg- Specified by:
evaluatein interfaceFunction2Arg
-