Click or drag to resize

DataFrameIndicesOfKey Method

Returns the indices of all rows with a given row key.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int[] IndicesOfKey(
	Object rowKey
)

Parameters

rowKey  Object
A row key.

Return Value

Int32
An array of row indices.
See Also