Skip to main content

FloatArrayFilterItem Constructors

An object defining constructors for the FloatArrayFilterItem class.

FilterItem(column, not, type, value)

Initializes a new instance of the FilterItem<T> class.

Parameters:

column (required): string
The initial value of the data field.

not (required): bool
The initial value of the data field.

type (required): FilterType
The initial value of the data field.

value (required): T
The initial value of the data field.