Click or drag to resize

DFGenericColumn(String, ICollection) Constructor

Constructs a DFGenericColumn instance with the given name and a missing value as specified in StatsSettings.GenericMissingValue. Column elements are initialized with data from the given collection.

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

Parameters

name  String
The name of the column.
data  ICollection
A collection of objects.
Remarks
Once a column instance is constructed, the name cannot be changed. For a modifiable property, see Label.
See Also