Click or drag to resize

DFIntColumn Constructor

Overload List
 NameDescription
Protected methodDFIntColumn Default constructor.
Public methodDFIntColumn(String) Constructs a DFIntColumn instance with the given name, an integer format as specified in StatsSettings.IntegerFormat and a missing value as specified in StatsSettings.IntegerMissingValue.
Public methodDFIntColumn(String, IDFColumn) Constructs a DFIntColumn instance with the given name. Column elements are initialized with data from the given column, after conversion to int.
Public methodDFIntColumn(String, Int32) Constructs a DFIntColumn instance with the given name, an integer format as specified in StatsSettings.IntegerFormat and a missing value as specified in StatsSettings.IntegerMissingValue. Column elements are initialized with data from the given array.
Top
See Also