Skip to content

utils.ArrayUtils.Function.max

Christian d'Heureuse edited this page Jun 6, 2026 · 2 revisions

dsp-collection / utils/ArrayUtils / max

Function: max()

function max(a): number;

Returns the maximum value of an array of numbers.

Parameters

a

ArrayLike<number>

Returns

number

Clone this wiki locally