Click or drag to resize

DataFrameIndexOf Method

Returns the index of the first row with a given value in a specified column.

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

Parameters

colIndex  Int32
A column index.
val  Object
A value.

Return Value

Int32
The index of the first row with a given value in a specified column, or -1 if the value is not found.
See Also