---
title: "computeMinimum(of:)"
framework: evaluations
role: symbol
role_heading: Instance Method
path: "evaluations/metricsaggregator/group/computeminimum(of:)"
---

# computeMinimum(of:)

Computes the minimum value of a metric and adds it to the group.

## Declaration

```swift
mutating func computeMinimum(of metric: Metric)
```

## Parameters

- `metric`: The metric to aggregate.
