CumIPmt
Calculates cumulative interest paid on a loan between specified periods and returns the total interest amount for the period range.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class CumIPmt : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionCumIPmt...
Inherited Members
Constructors
Initializes a new CUMIPMT function instance for calculating cumulative loan interest over a period range.
public CumIPmt()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Virtual method evaluating the function with System.Object arguments array.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets the argument conversion rules.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Gets the function info.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: