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. |
Rate | |
System. |
NPer | |
System. |
PV | |
System. |
FV | |
Pmt |
Due |
Returns
Type | Description |
---|---|
System. |