Interface IStatisticColumn
Inherited Members
Namespace: BenchmarkDotNet.Columns
Assembly: BenchmarkDotNet.dll
Syntax
public interface IStatisticColumn : IColumn
  Methods
GetAllValues(Summary, SummaryStyle)
Declaration
List<double> GetAllValues(Summary summary, SummaryStyle style)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Summary | summary | |
| SummaryStyle | style | 
Returns
| Type | Description | 
|---|---|
| List<Double> |