Overload List

  NameDescription
DFBoolColumn(String)
Constructs a DFBoolColumn instance with the given name.
DFBoolColumn(String, IDFColumn)
Constructs a DFBoolColumn instance with the given name. Column elements are initialized with data from the given column, after conversion to bool.
DFBoolColumn(String, array<Boolean>[]()[])
Constructs a DFBoolColumn instance with the given name. Column elements are initialized with data from the given array.

See Also