Math.FutureValue

From Référence RAD Studio VCL
Jump to: navigation, search

Contents

Informations Delphi

De Math.pas

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


Unité : Math

Type : fonction

Visibilité : public

Informations C++

De Math.hpp

	long double __fastcall FutureValue(long double Rate,
		int NPeriods,
		long double Payment,
		long double PresentValue,
		Math::TPaymentTime PaymentTime);


Unité : Math

Type : fonction

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

Personal tools