Product
Multiplies all numeric arguments and returns the product, accepting up to 255 arguments including ranges.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Product : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionProduct...
Inherited Members
Constructors
Initializes a new PRODUCT function that multiplies all numeric arguments.
public Product()
Fields
The name of the function.
public static readonly string FunctionName
Properties
Conversion rules specifying that the function ignores non-numeric values from ranges while processing direct arguments.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Metadata describing the function signature, category, and argument requirements.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides:
Methods
Evaluates the PRODUCT function and returns the product of all numeric arguments.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides: