[This is preliminary documentation and is subject to change.]
Calculates the internal rate of return over series of cash flows
Namespace: NFX.FinancialAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static double IRR(
IEnumerable<double> cashFlows,
double estimatedResult
)
public static double IRR(
IEnumerable<double> cashFlows,
double estimatedResult
)
Public Shared Function IRR (
cashFlows As IEnumerable(Of Double),
estimatedResult As Double
) As Double
Public Shared Function IRR (
cashFlows As IEnumerable(Of Double),
estimatedResult As Double
) As Double
public:
static double IRR(
IEnumerable<double>^ cashFlows,
double estimatedResult
)
public:
static double IRR(
IEnumerable<double>^ cashFlows,
double estimatedResult
)
static member IRR :
cashFlows : IEnumerable<float> *
estimatedResult : float -> float
static member IRR :
cashFlows : IEnumerable<float> *
estimatedResult : float -> float
Return Value
Type:
Double