Show / Hide Table of Contents

Interface IStatisticColumn

Inherited Members
IColumn.Id
IColumn.ColumnName
IColumn.GetValue(Summary, BenchmarkCase)
IColumn.GetValue(Summary, BenchmarkCase, SummaryStyle)
IColumn.IsDefault(Summary, BenchmarkCase)
IColumn.IsAvailable(Summary)
IColumn.AlwaysShow
IColumn.Category
IColumn.PriorityInCategory
IColumn.IsNumeric
IColumn.UnitType
IColumn.Legend
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>

Extension Methods

ColumnExtensions.ToProvider(IColumn)
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors