Uint16Array API

Represents an array of 16-bit unsigned integers.

5 Total 3 Methods 2 Properties 5 Statics
  Show all

new Uint16Array(…)

Creates a new Uint16Array.Uint16Array.Uint16Array(length_or_buffer, [byteOffset, [length]])

Uint16Array.BYTES_PER_ELEMENT

The size in bytes of each element in the array. Fixed at 2.Uint16Array.BYTES_PER_ELEMENT

Uint16Array.from()

Creates a new Uint16Array from an array-like or iterable object.Uint16Array.from()

Uint16Array.of()

Creates a new Uint16Array with a variable number of arguments.Uint16Array.of()

Uint16Array.prototype

The prototype of the Uint16Array constructor.Uint16Array.prototype

Uint16Array.of()

staticmethod

Creates a new Uint16Array with a variable number of arguments. Uint16Array.of()

You seem to be offline. App may not work.