ClassBooleansInFunction
Class
Abstract base for functions that accept boolean arguments, applying boolean-specific conversion rules during evaluation.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class BooleansInFunction : FunctionWithSameTypeArguments<bool>
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<bool>BooleansInFunction
Derived Classes:
Inherited Members
Constructors
BooleansInFunction()
Initializes a new instance of the BooleansInFunction class.
Declaration
cs-api-definition
protected BooleansInFunction()
Properties
ArgumentConversionRules
The argument conversion rules specific to boolean functions, controlling how non-boolean values are handled.
Declaration
cs-api-definition
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value
The argument conversion rules as ArgumentConversionRules.
Overrides