max()
Returns the element with the highest value in a column of doubles.
Declaration
func max() -> Double?Return Value
A Double; otherwise nil if the column is empty or invalid.
Returns the element with the highest value in a column of doubles.
func max() -> Double?A Double; otherwise nil if the column is empty or invalid.