TimeValue NPV Method NFX Class Library

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

Returns a net present value calculated over series of cashflows

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

public static double NPV(
	IEnumerable<double> cashFlows,
	double discountRate
)

Parameters

cashFlows
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
A series of net cashflows per period(supplied as a summ of inflows and outflows), usually the first cashflow is an outflow of initial project investment
discountRate
Type: OnlineSystem Double
Interest rate used for net cashflow discount

Return Value

Type: OnlineDouble
Net present value
See Also