System.Math.Payment

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

Delphi

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

C++

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

プロパティ

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

説明

分割支払額を計算します。

Payment は、NPeriods にわたって単位期間当たり Rate % の利率で PresentValue を借りた場合の分割支払額を計算します。利息は期末(各期間の終わり)に支払うものとします。

FutureValue は、ある時点で投資が達する価値です。PaymentTime は、キャッシュ フローが期首か期末のどちらに発生するかを示します。

関連項目