Searches for the given value in the index array.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public int FindIndex( int j ) |
| Visual Basic (Declaration) |
|---|
Public Function FindIndex ( _ j As Integer _ ) As Integer |
| Visual C++ |
|---|
public: int FindIndex( int j ) |
Parameters
- j
- Type: System..::.Int32
The value to search for.