Click or drag to resize

DFStringColumn(String, String) Constructor

Constructs a DFStringColumn instance with the given name and a missing value as specified in StatsSettings.StringMissingValue. Column elements are initialized with data from the given array.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DFStringColumn(
	string name,
	params string[] data
)

Parameters

name  String
The name of the column.
data  String
An array of strings.
Remarks
Once a column instance is constructed, the name cannot be changed. For a modifiable property, see Label.
See Also