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