Overload List
| Name | Description | |
|---|---|---|
|
|
ValueIndex(array<Int32>[]()[][]) |
This method is a shortcut to valueIndex(vals, -1).
|
|
|
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.
|