Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Int16ArrayConstructor

Index

Constructors

Methods

Constructors

constructor

  • new Int16ArrayConstructor(elements: Iterable<number>): Int16Array
  • Parameters

    Returns Int16Array

Methods

from

  • from(arrayLike: Iterable<number>, mapfn?: undefined | function, thisArg?: any): Int16Array
  • Creates an array from an array-like or iterable object.

    Parameters

    • arrayLike: Iterable<number>

      An array-like or iterable object to convert to an array.

    • Optional mapfn: undefined | function

      A mapping function to call on every element of the array.

    • Optional thisArg: any

      Value of 'this' used to invoke the mapfn.

    Returns Int16Array

Generated using TypeDoc