interface Float16ArrayConstructor
unstable
Properties Jump to heading
readonly
Jump to headingprototype: Float16Array
readonly
Jump to headingBYTES_PER_ELEMENT: number
The size in bytes of each element in the array.
Methods Jump to heading
Jump to headingof(...items: number[]): Float16Array
Returns a new array from a set of elements.
Jump to headingfrom(arrayLike: ArrayLike<number>): Float16Array
Creates an array from an array-like or iterable object.
Jump to headingfrom<T>(arrayLike: ArrayLike<T>,mapfn: (v: T,k: number,) => number,thisArg?: any,): Float16Array
Creates an array from an array-like or iterable object.