Click or drag to resize

DataFrameIndexOfColumn Method

Return the index of the first column with a given column name.

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

Parameters

colName  String
A column name.

Return Value

Int32
The index of the first column with the given column name, or -1 if the column name is not found.
See Also