-
Notifications
You must be signed in to change notification settings - Fork 0
utils.ArrayUtils.Function.multiply
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / utils/ArrayUtils / multiply
function multiply<T>(a1, a2): T;Defined in: utils/ArrayUtils.ts:61
Multiplies the values of two arrays and returns the result in a new array.
T extends ArrayLike<number>
T
T
T