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.
Returns the element with the lowest value in a column of doubles.
func min() -> Double?A Double; otherwise nil if the column is empty or invalid.