FactDouble
Implements the FACTDOUBLE function, which calculates the double factorial of a number (product of every other integer).
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class FactDouble : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionFactDouble...
Inherited Members
Constructors
Initializes a new FACTDOUBLE function instance for calculating double factorials in formulas.
public FactDouble()
Fields
The name of the function.
public static readonly string FunctionName
Properties
Metadata describing the function's signature, category, and arguments.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides:
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: