DoubleArrayFilterItem
The DoubleArrayFilterItem
class extends ArrayFilterItem as ArrayFilterItem<double>
and represents a filter criterion for an array of double
values.
Properties
Name | Description |
---|---|
Not | Indicates whether the filter condition should be negated. |
Column | The name of the column to be filtered. |
Type | The type of filtering applied. |
Value | The type of filtering applied. |
ItemType | The type of the filter item. |
Constructors
Name | Description |
---|---|
FilterItem(column, not, type, value) | Initializes a new instance of the FilterItem<T> class. |
Generic Types
Name | Description |
---|---|
T | Generic type of value property. |