method Float16Array.subarray
#Float16Array.subarray(begin?: number,end?: number,): Float16Array<TArrayBuffer>
Gets a new Float16Array view of the ArrayBuffer store for this array, referencing the elements at begin, inclusive, up to end, exclusive.
Parameters #
Return Type #
Float16Array<TArrayBuffer>