Click or drag to resize

DataFrameIndexOfKey Method

Returns the index of the first row with a given row key.

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

Parameters

rowKey  Object
A row key.

Return Value

Int32
The index of the first row with the given row key.
See Also