Initializing help system before first use

GetIndex Method

Overload List
  Name Description
Public method GetIndex(Boolean)
Get the index of the given element (set of Booleans). Throws an exception if this set does not contain booleans
Public method GetIndex(Double)
Get the index of the given element (set of reals). Throws an exception if this set does not contain reals.
Public method GetIndex(Int32)
Get the index of the given element (set of integers). Throws an exception if this set does not contain integers.
Public method GetIndex(String)
Get the index of the given element (set of strings). Throws an exception if this set does not contain strings.
Public method GetIndex(XPRMValue)
Get the index of the given element.
Top
See Also