public class Mirr extends MultiOperandNumericFunction
Returns the modified internal rate of return for a series of periodic cash flows. MIRR considers both the cost of the investment and the interest received on reinvestment of cash.
Values is an array or a reference to cells that contain numbers. These numbers represent a series of payments (negative values) and income (positive values) occurring at regular periods.Irr
MultiOperandNumericFunction.Policy
Constructor and Description |
---|
Mirr() |
Modifier and Type | Method and Description |
---|---|
protected double |
evaluate(double[] values) |
protected int |
getMaxNumOperands()
Maximum number of operands accepted by this function.
|
evaluate, getNumberArray, isHiddenRowCounted, isSubtotalCounted, setBlankEvalPolicy, setMissingArgPolicy, treatStringsAsZero
protected int getMaxNumOperands()
MultiOperandNumericFunction
getMaxNumOperands
in class MultiOperandNumericFunction
protected double evaluate(double[] values) throws EvaluationException
evaluate
in class MultiOperandNumericFunction
EvaluationException
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.