method Float16Array.atFloat16Array.at(index: number): number | undefinedDeprecatedReturns the item located at the specified index. Parametersindex: numberThe zero-based index of the desired code unit. A negative index will count back from the last item. Return Typenumber | undefined