min

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

Finds the minimum value from an array of numbers.

Return

Return the minimum value from the list.

Parameters

arrayList

The list where to do the search.