Overload List

  NameDescription
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, array<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.

See Also