AverageA
Class
Implements the AVERAGEA function, which calculates the arithmetic mean including text and logical values converted to numbers.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class AverageA : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionAverageA...
Inherited Members
Constructors
Initializes a new instance of the AVERAGEA function.
C#
public AverageA()
Fields
The name of the function.
C#
public static readonly string FunctionName
Methods
Evaluates the AVERAGEA function and returns the arithmetic mean of the arguments.
C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets the argument conversion rules.
C#
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules.
Overrides:
Gets the function info.
C#
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: