---
title: max()
framework: tabulardata
role: symbol
role_heading: Instance Method
path: tabulardata/columnslice/max()
---

# max()

Returns the element with the highest value, ignoring missing elements.

## Declaration

```swift
func max() -> ColumnSlice<WrappedElement>.Element
```

## See Also

### Getting Statistical Values

- [sum()](tabulardata/columnslice/sum().md)
- [min()](tabulardata/columnslice/min().md)
- [mean()](tabulardata/columnslice/mean()-3inzf.md)
- [mean()](tabulardata/columnslice/mean()-7u3i0.md)
- [standardDeviation(deltaDegreesOfFreedom:)](tabulardata/columnslice/standarddeviation(deltadegreesoffreedom:)-1i05i.md)
- [standardDeviation(deltaDegreesOfFreedom:)](tabulardata/columnslice/standarddeviation(deltadegreesoffreedom:)-3d6vo.md)
