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