Click or drag to resize

IndexArrayFindIndex(Int32, Int32) Method

Searches for the given index from the given start index for the given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int FindIndex(
	int j,
	int startIndex
)

Parameters

j  Int32
The value to search for.
startIndex  Int32
The zero-based starting index of the search

Return Value

Int32
The zero-based index of the first occurrence of the value j if found; otherwise, –1.
See Also