Javascript Int32Array.BYTES_PER_ELEMENT

Introduction

The Javascript Int32Array.BYTES_PER_ELEMENT property stores the size in bytes of each element in an Int32Array.

Int32Array.BYTES_PER_ELEMENT;
console.log(Int32Array.BYTES_PER_ELEMENT);



PreviousNext

Related