computeMode(of:)
Computes the mode of a metric and adds it to the aggregated results.
Declaration
mutating func computeMode(of metric: Metric)Parameters
- metric:
The metric to aggregate.
Computes the mode of a metric and adds it to the aggregated results.
mutating func computeMode(of metric: Metric)The metric to aggregate.