Overload List

  Name Description
Public method ValueIndex(array<Int32>[]()[][])
This method is a shortcut to valueIndex(vals, -1).
Public method ValueIndex(array<Int32>[]()[][], Int32)
This method returns a value evaluator. The evaluation of each value is the index of the value in the array vals. That is, the evaluation of valueArray[i] is i. If the value does not appear in the array, defaultEval is the evaluation returned.

See Also