Click or drag to resize

DFStringColumn Constructor

Overload List
 NameDescription
Protected methodDFStringColumn Default constructor.
Public methodDFStringColumn(String) Constructs a DFStringColumn instance with the given name and a missing value as specified in StatsSettings.StringMissingValue.
Public methodDFStringColumn(String, IDFColumn) Constructs a DFStringColumn instance with the given name. Column elements are initialized with data from the given column, after conversion to strings.
Public methodDFStringColumn(String, String) Constructs a DFStringColumn instance with the given name and a missing value as specified in StatsSettings.StringMissingValue. Column elements are initialized with data from the given array.
Top
See Also