WebPlatformFloat16Array.lastIndexOfmethod Float16Array.lastIndexOf#Float16Array.lastIndexOf(searchElement: number,fromIndex?: number,): numberReturns the index of the last occurrence of a value in an array. Parameters ##searchElement: number The value to locate in the array. #fromIndex: number optionalThe array index at which to begin the search. If fromIndex is omitted, the search starts at index 0. Return Type #number
method Float16Array.lastIndexOf#Float16Array.lastIndexOf(searchElement: number,fromIndex?: number,): numberReturns the index of the last occurrence of a value in an array. Parameters ##searchElement: number The value to locate in the array. #fromIndex: number optionalThe array index at which to begin the search. If fromIndex is omitted, the search starts at index 0. Return Type #number