Show / Hide Table of Contents

Class NperImpl

Inheritance
System.Object
NperImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions.Finance.Implementations
Assembly: EPPlus.dll
Syntax
public static class NperImpl

Methods

NPer(Double, Double, Double, Double, PmtDue)

Declaration
public static FinanceCalcResult<double> NPer(double Rate, double Pmt, double PV, double FV = 0, PmtDue Due = PmtDue.EndOfPeriod)
Parameters
Type Name Description
System.Double Rate
System.Double Pmt
System.Double PV
System.Double FV
PmtDue Due
Returns
Type Description
FinanceCalcResult<System.Double>
In This Article
Back to top Generated by DocFX