Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Interfaces

Type aliases

Variables

Type aliases

Quaternary

Quaternary: (x: any, y: any, z: any, w: any) => any

Callback invoked for indexed strided input array elements.

param

first strided array element

param

second strided array element

param

third strided array element

param

fourth strided array element

returns

result

Type declaration

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

      • x: any
      • y: any
      • z: any
      • w: any

      Returns any

Variables

Export assignment quaternary

quaternary: Routine

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

param

array-like object containing four 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

quaternary callback