TimeValue IRR Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Calculates the internal rate of return over series of cash flows

Namespace: NFX.Financial
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static double IRR(
	IEnumerable<double> cashFlows,
	double estimatedResult
)

Parameters

cashFlows
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
estimatedResult
Type: OnlineSystem Double

Return Value

Type: OnlineDouble
See Also