ClassFv
Calculates the future value of 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 Fv : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionFv
Inherited Members
Constructors
Fv()
Initializes a new FV function instance for calculating future investment values.
Declaration
public Fv()
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Provides metadata including category, description, argument definitions, and currency format.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<double>)
Evaluates the function by computing future value from rate, periods, payment, present value, and payment timing.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
Parameters
context
FunctionEvaluationContext<double>
The context.
Returns
Functions result as RadExpression.
Overrides