sum()
Returns the sum of the elements in a column of doubles.
Declaration
func sum() -> Double?Return Value
A Double; otherwise nil if the column is invalid.
Returns the sum of the elements in a column of doubles.
func sum() -> Double?A Double; otherwise nil if the column is invalid.