Click or drag to resize

DFColumnParse(ICollection) Method

Parses a column from a collection.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DFColumn Parse(
	ICollection data
)

Parameters

data  ICollection
A collection of column data.

Return Value

DFColumn
Returns a DFIntColumn, a DFNumericColumn, a DFBoolColumn or a DFStringColumn.
Remarks
The first item in the collection will be used as the columm header name.
See Also