Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Interfaces

Type aliases

Variables

Type aliases

Ternary

Ternary: (x: any, y: any, z: 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

returns

result

Type declaration

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

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

      Returns any

Variables

ternary

ternary: Routine

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

param

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

ternary callback