Click or drag to resize

DFNumericColumn Constructor

Overload List
 NameDescription
Protected methodDFNumericColumn Default constructor.
Public methodDFNumericColumn(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.
Public methodDFNumericColumn(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.
Public methodDFNumericColumn(String, IDFColumn) Constructs a DFNumericColumn instance with the given name. Column elements are initialized with data from the given column, after conversion to double.
Public methodDFNumericColumn(String, 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.
Public methodDFNumericColumn(String, 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.
Top
See Also