GetIndex Method
| Name | Description | |
|---|---|---|
| GetIndex(Boolean) | 
      
       Get the index of the given element (set of Booleans). Throws an exception if this set does not contain booleans 
       | 
   |
| GetIndex(Double) | 
      
       Get the index of the given element (set of reals). Throws an exception if this set does not contain reals. 
       | 
   |
| GetIndex(Int32) | 
      
       Get the index of the given element (set of integers). Throws an exception if this set does not contain integers. 
       | 
   |
| GetIndex(String) | 
      
       Get the index of the given element (set of strings). Throws an exception if this set does not contain strings. 
       | 
   |
| GetIndex(XPRMValue) | 
      
       Get the index of the given element. 
       | 
   
