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