Average
Class
Implements the AVERAGE function, which calculates the arithmetic mean of numeric arguments.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class Average : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionAverage...
Inherited Members
Constructors
Initializes a new instance of the AVERAGE function.
C#
public Average()
Fields
The name of the function.
C#
public static readonly string FunctionName
Methods
Evaluates the AVERAGE 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: