Returns the minimum value in the nimble object.
See also
maximum
Examples
>>> lst = [[0, 22, 2], [3, 22, 5]] >>> X = nimble.data(lst) >>> X.min() 0