 | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int[] IndicesOfColumn(
string colName
)
Public Function IndicesOfColumn (
colName As String
) As Integer()
public:
array<int>^ IndicesOfColumn(
String^ colName
)
member IndicesOfColumn :
colName : string -> int[]
Parameters
- colName String
[Missing <param name="colName"/> documentation for "M:CenterSpace.NMath.Core.DataFrame.IndicesOfColumn(System.String)"]
Return Value
Int32An array of column indices.
See Also