max

open fun max(arrayList: ArrayList<Double>): Double

Finds the maximum value from a list.

Return

Return the maximum value from the list.

Parameters

arrayList

The list where to do the search.