NumberOfPeriods
简述
返回投资的期数,也就是按照指定的收益率和每期的付款,现值PresentValue要经过多少个周期才能到达FutureValue的数值。
NumberOfPeriods(Rate: Real; Payment: Real; PresentValue; FutureValue: Real; PaymentTime: Integer): Real;
名称 | 类型 | 说明 |
---|
Rate | Real | 实数,收益率 |
Payment | Real | 实数。每期付款额 |
PresentValue | Real | 实数,现值 |
FutureValue | Real | 实数,要达到的终值 |
PaymentTime | Integer | PaymentTime决定Payment的支付是在期初还是期末发生 |