Click or drag to resize

IndexArrayFindIndex(Int32) Method

Searches for the given value in the index array.

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

Parameters

j  Int32
The value to search for.

Return Value

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