GetIndex Method (Int32)
  Get the index of the given element (set of integers). Throws an exception if this set does not contain integers. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
    C#
   
  public int GetIndex( int i )
Parameters
- i
 - 
   Type: 
   SystemInt32
   
Value to look for 
Return Value
Type: Int32Index of the given element or a negative value if the set does not contain this element
