Click or drag to resize

DFGenericColumn(String, IDFColumn) Constructor

Constructs a DFBoolColumn instance with the given name. Column elements are initialized with data from the given column.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DFGenericColumn(
	string name,
	IDFColumn data
)

Parameters

name  String
The name of the column.
data  IDFColumn
A column of data.
Remarks
If the specified column is a DFGenericColumn, then this new column will use its missing value setting. Otherwise, the default in StatsSettings.GenericMissingValue will be used.
See Also