AmorDegrc
Calculates depreciation for each accounting period using the French accounting system and returns the depreciated amount with coefficient adjustments based on asset life and prorated for partial periods.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class AmorDegrc : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionAmorDegrc...
Inherited Members
Constructors
Initializes a new AMORDEGRC function instance for French accounting depreciation calculations with life-based coefficients.
public AmorDegrc()
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: