Click or drag to resize

DataFrameIndicesOf Method

Returns the indices of all rows with a given value in a specified column.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int[] IndicesOf(
	int colIndex,
	Object val
)

Parameters

colIndex  Int32
A column index.
val  Object
A value

Return Value

Int32
An array of row indices.
See Also