Contents

min()

Returns the element with the lowest value in a column of doubles.

Declaration

func min() -> Double?

Return Value

A Double; otherwise nil if the column is empty or invalid.

See Also

Getting the min and max element values