| Name | Description |
---|
 | DFIntColumn |
Default constructor.
|
 | DFIntColumn(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.
|
 | DFIntColumn(String, IDFColumn) |
Constructs a DFIntColumn instance with the given name. Column elements are
initialized with data from the given column, after conversion to int.
|
 | DFIntColumn(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.
|