Array
Outputs the results of searching the input array for the specified value.
Value
The value to find.
The array to search.
Epsilon
The precision used for comparison during the search.
Found
True if the specified value was found in the array; false otherwise.
Index
The index of the first occurrence of the specified value, if found, in the (0-based) array.
Index Array
The 0-based indices of all occurrences of the specified value, if found, in the input array.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License