Click or drag to resize

DFGenericColumn Constructor

Overload List
 NameDescription
Protected methodDFGenericColumn Default constructor.
Public methodDFGenericColumn(String) Constructs a DFGenericColumn instance with the given name and a missing value as specified in StatsSettings.GenericMissingValue.
Public methodDFGenericColumn(String, IDFColumn) Constructs a DFBoolColumn instance with the given name. Column elements are initialized with data from the given column.
Public methodDFGenericColumn(String, ICollection) Constructs a DFGenericColumn instance with the given name and a missing value as specified in StatsSettings.GenericMissingValue. Column elements are initialized with data from the given collection.
Top
See Also