System.Math.PresentValue

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

Delphi

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

C++

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

プロパティ

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

説明

投資の現在価値を計算します。

PresentValue は、Payment が NPeriods 期にわたって受領され 1 期当たり Rate の割合で減価される場合の投資の現在価値を計算します。FutureValue は、ある時点で投資が達する可能性のある価値です。PaymentTime は、キャッシュ フローが期首か期末のどちらに発生するかを示します。

関連項目