TimeValue FV Method NFX Class Library

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

Returns future value of presently-valued amount in X number of periods at a certain interest rate

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

public static double FV(
	double pv,
	double intRate,
	int periods
)

Return Value

Type: OnlineDouble
Future value
Examples

$100 loaned for 1 period at 5% interest per period have future value of $105; same amount loaned for 10 periods at the same rate would have future value of $162.89
See Also