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
public static final class MatrixFunction.MutableValueCollector extends MultiOperandNumericFunction
-
-
Constructor Summary
Constructors Constructor Description MutableValueCollector(boolean isReferenceBoolCounted, boolean isBlankCounted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
collectValues(ValueEval... operands)
-
Methods inherited from class org.apache.poi.ss.formula.functions.MultiOperandNumericFunction
evaluate, isSubtotalCounted
-
-
-
-
Method Detail
-
collectValues
public double[] collectValues(ValueEval... operands) throws EvaluationException
- Throws:
EvaluationException
-
-