天软金融分析.NET函数大全 > TSL函数 > 数学函数 > 财务函数

NetPresentValue    

简述
返回净现值。就是根据CashFlows未来现金流的状况,以Rate利率折线的数值。PaymentTime决定CashFlow的是在期初还是期末发生
定义
NetPresentValue(Rate: Real; CashFlows: Array of Real; PaymentTime: Integer): Real;
参数
名称类型说明
Rate Real实数,利率
CashFlows Array of Real实数数组名,现金流
PaymentTime Integer决定CashFlow的是在期初还是期末发生
相关