getMinMax

open fun getMinMax(arrayList: ArrayList<Double>): MinMax

Gets the minimum and maximum value from an array list.

Return

Returns the min an max within a MinMax object. See MinMax

Parameters

arrayList

The list where to do the search.