NumbersInFunction
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:
C#
public abstract class NumbersInFunction : FunctionWithSameTypeArguments<double>
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunction
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the NumbersInFunction class.
C#
protected NumbersInFunction()
Properties
Gets the argument conversion rules.
C#
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides: