ClassPpmt
Calculates the principal portion of a loan payment for a specific period with constant payments and a constant interest rate.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Ppmt : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionPpmt
Inherited Members
Constructors
Ppmt()
Initializes a new PPMT function instance for calculating the principal payment component of a specific period.
Declaration
public Ppmt()
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Metadata describing this function's signature, category, and arguments.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<double>)
Evaluates the principal payment using rate, period, number of periods, present value, and optional future value and payment type, returning the result or an error expression.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
Parameters
context
FunctionEvaluationContext<double>
The context.
Returns
Functions result as RadExpression.
Overrides