New to Telerik Document ProcessingStart a free 30-day trial

Implements the FACTDOUBLE function, which calculates the double factorial of a number (product of every other integer).

Definition

Constructors

Initializes a new FACTDOUBLE function instance for calculating double factorials in formulas.

C#
public FactDouble()

Fields

The name of the function.

C#
public static readonly string FunctionName

Methods

Virtual method evaluating the function with System.Object arguments array.

C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
Parameters:contextFunctionEvaluationContext<double>

The context.

Returns:

RadExpression

Functions result as RadExpression.

Overrides: FunctionWithSameTypeArguments<double>.EvaluateOverride(FunctionEvaluationContext<double>)

Properties

Metadata describing the function's signature, category, and arguments.

C#
public override FunctionInfo FunctionInfo { get; }
Property Value:

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

The function name used in formulas.

C#
public override string Name { get; }
Property Value:

The name as String.

Overrides: FunctionBase.Name