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