IntegerArrayIndexOf Method (Int32)
|
Returns smallest index of specified element in IntegerArray.
If there is no such element in IntegerArray returns -1.
Namespace:
FinMath.DataStructures
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public int IndexOf(
int val
)
Parameters
- val
- Type: SystemInt32
Value to search for.
Return Value
Type:
Int32Index of specified element.
Implements
IListTIndexOf(T)See Also