method Float16Array.subarray
Jump to headingFloat16Array.subarray(begin?: number,end?: number,): Float16Array
Gets a new Float16Array view of the ArrayBuffer store for this array, referencing the elements at begin, inclusive, up to end, exclusive.
Parameters Jump to heading
optional
Jump to headingbegin: number
The index of the beginning of the array.
optional
Jump to headingend: number
The index of the end of the array.