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

# max()

Returns the element with the highest value.

## Declaration

```swift
func max() -> FilledColumn<Base>.Element?
```

## See Also

### Getting Statistical Values

- [sum()](tabulardata/filledcolumn/sum()-5836l.md)
- [sum()](tabulardata/filledcolumn/sum()-2805h.md)
- [min()](tabulardata/filledcolumn/min().md)
- [mean()](tabulardata/filledcolumn/mean()-8xs60.md)
- [mean()](tabulardata/filledcolumn/mean()-jd3v.md)
- [standardDeviation(deltaDegreesOfFreedom:)](tabulardata/filledcolumn/standarddeviation(deltadegreesoffreedom:)-4cofd.md)
- [standardDeviation(deltaDegreesOfFreedom:)](tabulardata/filledcolumn/standarddeviation(deltadegreesoffreedom:)-27xnl.md)
