WebPlatformFloat16Array.subarraymethod Float16Array.subarray#Float16Array.subarray(begin?: number,end?: number,): Float16ArrayGets a new Float16Array view of the ArrayBuffer store for this array, referencing the elements at begin, inclusive, up to end, exclusive. Parameters #optional#begin: numberThe index of the beginning of the array. optional#end: numberThe index of the end of the array. Return Type #Float16Array
method Float16Array.subarray#Float16Array.subarray(begin?: number,end?: number,): Float16ArrayGets a new Float16Array view of the ArrayBuffer store for this array, referencing the elements at begin, inclusive, up to end, exclusive. Parameters #optional#begin: numberThe index of the beginning of the array. optional#end: numberThe index of the end of the array. Return Type #Float16Array