Interface IFvProvider
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions.Finance
Assembly: EPPlus.dll
Syntax
public interface IFvProvider
Methods
GetFv(Double, Double, Double, Double, PmtDue)
Declaration
double GetFv(double Rate, double NPer, double Pmt, double PV = 0, PmtDue Due = PmtDue.EndOfPeriod)
Parameters
Type | Name | Description |
---|---|---|
System.Double | Rate | |
System.Double | NPer | |
System.Double | Pmt | |
System.Double | PV | |
PmtDue | Due |
Returns
Type | Description |
---|---|
System.Double |