ClassPv
Implements the PV financial function that calculates the present value of an investment based on periodic payments and interest rate.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Pv : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionPv
Inherited Members
Constructors
Pv()
Initializes a new PV function instance for calculating present value based on periodic payments, interest rate, and optional future value.
Declaration
public Pv()
Fields
FunctionName
Function name identifier for the PV function.
Properties
FunctionInfo
Metadata describing the function's signature, arguments, and return format for use by the expression evaluator.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<double>)
Virtual method evaluating the function with System.Object arguments array.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
Parameters
context
FunctionEvaluationContext<double>
The context.
Returns
Functions result as RadExpression.
Overrides