method Float16Array.join
Jump to headingFloat16Array.join(separator?: string): string
Adds all the elements of an array separated by the specified separator string.
Parameters Jump to heading
optional
Jump to headingseparator: string
A string used to separate one element of an array from the next in the resulting String. If omitted, the array elements are separated with a comma.
Return Type Jump to heading
string