min

fun min(x: IntArray): Int
fun min(x: LongArray): Long

Return

the minimum value in the array

Parameters

x

the array to search, must not be null or empty