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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int IndexOfKey(
	Object rowKey
)
Visual Basic (Declaration)
Public Function IndexOfKey ( _
	rowKey As Object _
) As Integer
Visual C++
public:
int IndexOfKey(
	Object^ rowKey
)

Parameters

rowKey
Type: System..::.Object
A row key.

Return Value

The index of the first row with the given row key.

See Also