-
Notifications
You must be signed in to change notification settings - Fork 0
utils.ArrayUtils.Function.argMax
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / utils/ArrayUtils / argMax
function argMax(a): number;Defined in: utils/ArrayUtils.ts:37
Returns the index of the maximum value of an array of numbers.
ArrayLike<number>
number