This documentation is compiled for the latest release of Mathos Core Library
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Future value of annuity
Calculates the future value of an annuity
Namespace: Mathos.Finance
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
public static decimal FutureValueOfAnnuity( decimal periodicPayment, decimal ratePerPeriod, int numberOfPeriods, bool round = true )
Parameters
- periodicPayment
- Type: SystemDecimal
Periodic payment amount of annuity - ratePerPeriod
- Type: SystemDecimal
Rate per period - numberOfPeriods
- Type: SystemInt32
Number of periods - round (Optional)
- Type: SystemBoolean
Determines whether the result is rounded to 2 decimal places
Return Value
Type: DecimalFuture value of annuity
See Also