Home > rc-js-util > _Array > max
Find the largest number in an array, if the array is empty the return is -Infinity.
Signature:
static readonly max: typeof arrayMax;
See arrayMax().