BooleansInFunction
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:
C#
public abstract class BooleansInFunction : FunctionWithSameTypeArguments<bool>
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<bool>BooleansInFunction
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the BooleansInFunction class.
C#
protected BooleansInFunction()
Properties
The argument conversion rules specific to boolean functions, controlling how non-boolean values are handled.
C#
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides: