Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "array/complex128/docs/types/index.d"

Index

Classes

Interfaces

Type aliases

Variables

Type aliases

Iterator

Iterator: Iter | IterableIterator

Variables

ArrayBuffer

ArrayBuffer: ArrayBufferConstructor

Export assignment ctor

128-bit complex number array constructor.

param

length, typed array, array-like object, or buffer

param

byte offset (default: 0)

param

view length

throws

ArrayBuffer byte length must be a multiple of 8

throws

array-like object and typed array input arguments must have a length which is a multiple of two

throws

if provided only a single argument, must provide a valid argument

throws

byte offset must be a nonnegative integer

throws

byte offset must be a multiple of 8

throws

view length must be a positive multiple of 8

throws

must provide sufficient memory to accommodate byte offset and view length requirements

throws

an iterator must return either a two element array containing real and imaginary components or a complex number

returns

complex number array