indexOf64

indexOf64(value: MemberType): Integer64 abstract;

The indexOf64 method of the Array class returns the index of the entry specified in the value parameter if it exists in the array as an Integer64 value or it returns zero (0) if it does not exist.

If the specified value occurs more than once in the array, the index of the first occurrence is returned.