WorksheetFunction.Rri(Double, Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an equivalent interest rate for the growth of an investment.
public:
double Rri(double Arg1, double Arg2, double Arg3);
public double Rri (double Arg1, double Arg2, double Arg3);
Public Function Rri (Arg1 As Double, Arg2 As Double, Arg3 As Double) As Double
Parameters
- Arg1
- Double
Number of periods for the investment.
- Arg2
- Double
Present value of the investment.
- Arg3
- Double
Future value of the investment.
Returns
DOUBLE