js-util

Home > rc-js-util > _Array > max

_Array.max property

Find the largest number in an array, if the array is empty the return is -Infinity.

Signature:

static readonly max: typeof arrayMax;

Remarks

See arrayMax().