GetIndex Method (XPRMValue)
  Get the index of the given element. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0
 Syntax
Syntax
    C#
   
  public int GetIndex( XPRMValue v )
Parameters
- v
- 
   Type: 
   MoselXPRMValue
   
 The value to look for
Return Value
Type: Int32Index of the given element or a negative value if the set does not contain this element
 See Also
See Also
 
