Contents

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.

See Also

Getting the min and max element values