Parses a column from a collection.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public static DFColumn Parse( ICollection data ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Parse ( _ data As ICollection _ ) As DFColumn |
| Visual C++ |
|---|
public: static DFColumn^ Parse( ICollection^ data ) |
Parameters
- data
- Type: System.Collections..::.ICollection
A collection of column data.
Return Value
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.