Class MatrixFunction.MutableValueCollector
java.lang.Object
org.apache.poi.ss.formula.functions.MultiOperandNumericFunction
org.apache.poi.ss.formula.functions.MatrixFunction.MutableValueCollector
- All Implemented Interfaces:
Function
- Enclosing class:
MatrixFunction
-
Constructor Summary
ConstructorsConstructorDescriptionMutableValueCollector
(boolean isReferenceBoolCounted, boolean isBlankCounted) -
Method Summary
Modifier and TypeMethodDescriptiondouble[]
collectValues
(ValueEval... operands) protected double
evaluate
(double[] values) Methods inherited from class org.apache.poi.ss.formula.functions.MultiOperandNumericFunction
evaluate, getMaxNumOperands, getNumberArray, isSubtotalCounted
-
Constructor Details
-
MutableValueCollector
public MutableValueCollector(boolean isReferenceBoolCounted, boolean isBlankCounted)
-
-
Method Details
-
collectValues
- Throws:
EvaluationException
-
evaluate
protected double evaluate(double[] values) - Specified by:
evaluate
in classMultiOperandNumericFunction
-