Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Interfaces

Type aliases

Variables

Type aliases

Quinary

Quinary: (x: any, y: any, z: any, w: any, u: 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

param

fifth strided array element

returns

result

Type declaration

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

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

      Returns any

Variables

Export assignment quinary

quinary: Routine

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

param

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

quinary callback