Javascript Uint32Array.BYTES_PER_ELEMENT

Introduction

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

Uint32Array.BYTES_PER_ELEMENT;
console.log(Uint32Array.BYTES_PER_ELEMENT);



PreviousNext

Related