js-util

Home > rc-js-util > _Array > min

_Array.min property

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

Signature:

static readonly min: typeof arrayMin;

Remarks

See arrayMin().