method Float16Array.set
Jump to headingFloat16Array.set(array: ArrayLike<number>,offset?: number,): void
Sets a value or an array of values.
Parameters Jump to heading
Jump to headingarray: ArrayLike<number>
A typed or untyped array of values to set.
optional
Jump to headingoffset: number
The index in the current array at which the values are to be written.
Return Type Jump to heading
void