[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.FinancialAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static double FV(
double pv,
double intRate,
int periods
)
public static double FV(
double pv,
double intRate,
int periods
)
Public Shared Function FV (
pv As Double,
intRate As Double,
periods As Integer
) As Double
Public Shared Function FV (
pv As Double,
intRate As Double,
periods As Integer
) As Double
public:
static double FV(
double pv,
double intRate,
int periods
)
public:
static double FV(
double pv,
double intRate,
int periods
)
static member FV :
pv : float *
intRate : float *
periods : int -> float
static member FV :
pv : float *
intRate : float *
periods : int -> float
Return Value
Type:
DoubleFuture value
$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