ClassNPer
Calculates the number of payment periods for an investment with periodic constant payments and a constant interest rate.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class NPer : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionNPer
Inherited Members
Constructors
NPer()
Initializes a new NPER function instance for calculating the number of payment periods.
Declaration
public NPer()
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Provides metadata including category, description, and argument definitions.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<double>)
Evaluates the function by computing the number of periods from rate, payment, present value, future value, and payment timing.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
Parameters
context
FunctionEvaluationContext<double>
The context.
Returns
Functions result as RadExpression.
Overrides