Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "strided/base/binary/docs/types/index.d"

Index

Interfaces

Type aliases

Variables

Type aliases

Binary

Binary: (x: any, y: any) => any

Callback invoked for indexed strided input array elements.

param

first strided array element

param

second strided array element

returns

result

Type declaration

    • (x: any, y: any): any
    • Parameters

      • x: any
      • y: any

      Returns any

Variables

binary

binary: Routine

Applies a binary callback to strided input array elements and assigns results to elements in a strided output array.

param

array-like object containing two input arrays and one output array

param

array-like object containing a single element, the number of indexed elements

param

array-like object containing the stride lengths for the input and output arrays

param

binary callback