method Float16Array.at
Jump to headingFloat16Array.at(index: number): number | undefined
Returns the item located at the specified index.
Parameters Jump to heading
Jump to headingindex: number
The zero-based index of the desired code unit. A negative index will count back from the last item.
Return Type Jump to heading
number | undefined