PDuration
Calculates the number of periods required for an investment to reach a target future value at a constant interest rate.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class PDuration : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionPDuration...
Inherited Members
Constructors
Initializes a new PDURATION function instance for calculating investment growth periods.
public PDuration()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the number of periods using rate, present value, and future value arguments, returning the result or an error expression.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Metadata describing this function's signature, category, and arguments.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: