Int32Array API

Represents an array of 32-bit signed integers.

5 Total 3 Methods 2 Properties 5 Statics
  Show all

new Int32Array(…)

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

Int32Array.BYTES_PER_ELEMENT

The size in bytes of each element in the array. Fixed at 4.Int32Array.BYTES_PER_ELEMENT

Int32Array.from()

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

Int32Array.of()

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

Int32Array.prototype

The prototype of the Int32Array constructor.Int32Array.prototype

Int32Array.from()

staticmethod

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

You seem to be offline. App may not work.