WebPlatformFloat16Array.slicemethod Float16Array.slice#Float16Array.slice(start?: number,end?: number,): Float16Array<ArrayBuffer>Returns a section of an array. Parameters #optional#start: numberThe beginning of the specified portion of the array. optional#end: numberThe end of the specified portion of the array. This is exclusive of the element at the index 'end'. Return Type #Float16Array<ArrayBuffer>
method Float16Array.slice#Float16Array.slice(start?: number,end?: number,): Float16Array<ArrayBuffer>Returns a section of an array. Parameters #optional#start: numberThe beginning of the specified portion of the array. optional#end: numberThe end of the specified portion of the array. This is exclusive of the element at the index 'end'. Return Type #Float16Array<ArrayBuffer>