| IntegerArrayIndexOf Method (Object) | 
        
         
            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
Syntaxpublic int IndexOf(
	Object value
)
Parameters
- value
- Type: SystemObject
 Value to search for.
Return Value
Type: 
Int32Index of specified element.
Implements
IListIndexOf(Object) See Also
See Also