System.Math.InterestRate

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

Delphi

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

C++

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

プロパティ

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

説明

PresentValueFutureValue に増やすために必要な利率を返します。

InterestRate は、PresentValue の投資(定期支払額が Payment)で NPeriods の複利計算期間内に FutureValue の価値が生まれるために必要な利率を計算します。NPeriods が年数を表す場合は年間利率を、NPeriods が月数を表す場合は月間利率を(以下同様)、それぞれ返します。PaymentTime パラメータは、キャッシュ フロー(支払)が期首か期末のどちらに発生するかを示します。

関連項目