System.Math.FutureValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FutureValue(const Rate: Extended; NPeriods: Integer; const Payment,
PresentValue: Extended; PaymentTime: TPaymentTime): Extended;

C++

extern DELPHI_PACKAGE System::Extended __fastcall FutureValue(const System::Extended Rate, int NPeriods, const System::Extended Payment, const System::Extended PresentValue, TPaymentTime PaymentTime);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Calcule la valeur future d'un investissement.

FutureValue renvoie la valeur future d'un investissement de PresentValuePayment est investi pendant NPeriods au taux de Rate par période. Le paramètre PaymentTime indique si l'investissement est une annuité ordinaire ou une annuité à échéance (entrez ptEndOfPeriod si les règlements se font à la fin des périodes et ptStartOfPeriod s'ils se font au début).

Voir aussi