---
title: min()
framework: tabulardata
role: symbol
role_heading: Instance Method
path: tabulardata/discontiguouscolumnslice/min()
---

# min()

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

## Declaration

```swift
func min() -> DiscontiguousColumnSlice<WrappedElement>.Element
```

## See Also

### Getting Statistical Values

- [sum()](tabulardata/discontiguouscolumnslice/sum().md)
- [max()](tabulardata/discontiguouscolumnslice/max().md)
- [mean()](tabulardata/discontiguouscolumnslice/mean()-3y11c.md)
- [mean()](tabulardata/discontiguouscolumnslice/mean()-49u93.md)
- [standardDeviation(deltaDegreesOfFreedom:)](tabulardata/discontiguouscolumnslice/standarddeviation(deltadegreesoffreedom:)-36nx2.md)
- [standardDeviation(deltaDegreesOfFreedom:)](tabulardata/discontiguouscolumnslice/standarddeviation(deltadegreesoffreedom:)-5vd4r.md)
