Overload List

  NameDescription
DFNumericColumn(String)
Constructs a DFNumericColumn instance with the given name, a floating-point format as specified in StatsSettings.NumericFormat and a missing value as specified in StatsSettings.NumericMissingValue.
DFNumericColumn(String, DoubleVector)
Constructs a DFNumericColumn instance with the given name, a floating-point format as specified in StatsSettings.NumericFormat and a missing value as specified in StatsSettings.NumericMissingValue. Column elements are initialized with data from the given DoubleVector.
DFNumericColumn(String, IDFColumn)
Constructs a DFNumericColumn instance with the given name. Column elements are initialized with data from the given column, after conversion to double.
DFNumericColumn(String, array<Double>[]()[])
Constructs a DFNumericColumn instance with the given name, a floating-point format as specified in StatsSettings.NumericFormat and a missing value as specified in StatsSettings.NumericMissingValue. Column elements are initialized with data from the given array.
DFNumericColumn(String, array<Int32>[]()[])
Constructs a DFNumericColumn instance with the given name, a floating-point format as specified in StatsSettings.NumericFormat and a missing value as specified in StatsSettings.NumericMissingValue. Column elements are initialized with data from the given array.

See Also