min

fun <T : Number, Comparable<T>, D : Dimension> MultiArray<T, D>.min(): T?

Returns the smallest element or null if there are no elements.