System.Math.FutureValue

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

説明

投資の将来価値を計算します。

FutureValue は、1 期当たり Rate の割合で NPeriods 期にわたって Payment が投資される場合、PresentValue の投資の将来価値を返します。PaymentTime パラメータは、投資が通常の出資なのか期首払い出資なのかを示します(支払が各期末に行われる場合は ptEndOfPeriod を、各期首に行われる場合は ptStartOfPeriod を、それぞれ入力します)。

関連項目