Click or drag to resize

DataFrameIndicesOfColumn Method

Returns an array of column indices for the given column name. Column names need not be unique, so multiple columns may share a single name.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int[] IndicesOfColumn(
	string colName
)

Parameters

colName  String

[Missing <param name="colName"/> documentation for "M:CenterSpace.NMath.Core.DataFrame.IndicesOfColumn(System.String)"]

Return Value

Int32
An array of column indices.
See Also