arrayMaxValue property

num arrayMaxValue

Computes the maximum value of array. If array is empty or falsey, undefined is returned. This is equivalent to the max function. Returns the largest value in array. If array is empty or falsey, undefined is returned.

Implementation

num get arrayMaxValue => arrayMax(this);