System.Math.NumberOfPeriods
Delphi
function NumberOfPeriods(const Rate: Extended; Payment: Extended; const PresentValue, FutureValue: Extended; PaymentTime: TPaymentTime): Extended;
C++
extern DELPHI_PACKAGE System::Extended __fastcall NumberOfPeriods(const System::Extended Rate, 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 |
説明
投資の支払期数を返します。
NumberOfPeriods は、Payment を定期的に支払い、複利計算期間当たり Rate の利率で利息を得ながら、PresentValue の投資が FutureValue の価値に達するのに必要な支払期間の数を計算します。PaymentTime は、キャッシュ フロー(支払)が期首か期末のどちらに発生するかを示します。