|  | IndexArrayFindIndex(Int32) Method | 
            Searches for the given value in the index array.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int FindIndex(
	int j
)
Public Function FindIndex ( 
	j As Integer
) As Integer
public:
int FindIndex(
	int j
)
member FindIndex : 
        j : int -> int Parameters
- j  Int32
- The value to search for.
Return Value
Int32The zero-based index of the first occurrence of the value 
j
            if found; otherwise, –1. 
 See Also
See Also