method Float16Array.slice
Jump to headingFloat16Array.slice(start?: number,end?: number,): Float16Array
Returns a section of an array.
Parameters Jump to heading
optional
Jump to headingstart: number
The beginning of the specified portion of the array.
optional
Jump to headingend: number
The end of the specified portion of the array. This is exclusive of the element at the index 'end'.