ClassNumbersInFunction
Class
Base class for functions that accept numeric (double) arguments with automatic conversion rules.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class NumbersInFunction : FunctionWithSameTypeArguments<double>
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunction
Derived Classes:
Inherited Members
Constructors
NumbersInFunction()
Initializes a new instance of the NumbersInFunction class.
Declaration
cs-api-definition
protected NumbersInFunction()
Properties
ArgumentConversionRules
Gets the argument conversion rules.
Declaration
cs-api-definition
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value
The argument conversion rules as ArgumentConversionRules.
Overrides