Javascript Int16Array.BYTES_PER_ELEMENT

Introduction

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

Int16Array.BYTES_PER_ELEMENT;
console.log(Int16Array.BYTES_PER_ELEMENT);



PreviousNext

Related