Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "wrap"

Index

Type aliases

Functions

Object literals

Type aliases

TypedArrayConstructor

TypedArrayConstructor: Uint8ArrayConstructor | Uint8ClampedArrayConstructor | Int8ArrayConstructor | Uint16ArrayConstructor | Int16ArrayConstructor | Uint32ArrayConstructor | Int32ArrayConstructor | Float32ArrayConstructor | Float64ArrayConstructor

Functions

Const wrap

  • wrap(type: Type, buf: ArrayBuffer, addr: number, num: number): Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array
  • Parameters

    • type: Type
    • buf: ArrayBuffer
    • addr: number
    • num: number

    Returns Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array

Object literals

Const TYPEDARRAY_CTORS

TYPEDARRAY_CTORS: object

__computed

__computed: Float64ArrayConstructor = Float64Array

Generated using TypeDoc