Global::futureValue Method [AX 2012]

Calculates the future value of an investment

Syntax

client server public static real futureValue(
    real amount, 
    real interest, 
    real life)

Run On

Called

Parameters

  • amount
    Type: real
    The amount paid in during each period.
  • interest
    Type: real
    The interest rate.
  • life
    Type: real
    The number of investment periods.

Return Value

Type: real
The future value of the investment.

Remarks

This method is a rename of the fV method.

See Also

Reference

Global Class