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