Class StatisticalTestColumn
  
  
  
  
    Inheritance
    
    
    StatisticalTestColumn
   
  
  
  
  Assembly: BenchmarkDotNet.dll
  Syntax
  
    public class StatisticalTestColumn : BaselineCustomColumn, IColumn
   
  Constructors
  
  
  
  
  StatisticalTestColumn(StatisticalTestKind, Threshold, Boolean)
  
  
  Declaration
  
    public StatisticalTestColumn(StatisticalTestKind kind, Threshold threshold, bool showPValues = false)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | StatisticalTestKind | 
        kind | 
         | 
      
      
        | Threshold | 
        threshold | 
         | 
      
      
        | Boolean | 
        showPValues | 
         | 
      
    
  
  Properties
  
  
  
  
  ColumnName
  
  
  Declaration
  
    public override string ColumnName { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  Id
  
  
  Declaration
  
    public override string Id { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  IsNumeric
  
  
  Declaration
  
    public override bool IsNumeric { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  Kind
  
  
  Declaration
  
    public StatisticalTestKind Kind { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | StatisticalTestKind | 
         | 
      
    
  
  
  
  
  Legend
  
  
  Declaration
  
    public override string Legend { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  PriorityInCategory
  
  
  Declaration
  
    public override int PriorityInCategory { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  ShowPValues
  
  
  Declaration
  
    public bool ShowPValues { get; }
   
  Property Value
  
  
  
  
  Threshold
  
  
  Declaration
  
    public Threshold Threshold { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Threshold | 
         | 
      
    
  
  
  
  
  UnitType
  
  
  Declaration
  
    public override UnitType UnitType { get; }
   
  Property Value
  
  Overrides
  
  Methods
  
  
  
  
  Create(StatisticalTestKind, Threshold, Boolean)
  
  
  Declaration
  
    public static StatisticalTestColumn Create(StatisticalTestKind kind, Threshold threshold, bool showPValues = false)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | StatisticalTestKind | 
        kind | 
         | 
      
      
        | Threshold | 
        threshold | 
         | 
      
      
        | Boolean | 
        showPValues | 
         | 
      
    
  
  Returns
  
  
  
  
  GetValue(Summary, BenchmarkCase, Statistics, IReadOnlyDictionary<String, Metric>, Statistics, IReadOnlyDictionary<String, Metric>, Boolean)
  
  
  Declaration
  
    public override string GetValue(Summary summary, BenchmarkCase benchmarkCase, Statistics baseline, IReadOnlyDictionary<string, Metric> baselineMetrics, Statistics current, IReadOnlyDictionary<string, Metric> currentMetrics, bool isBaseline)
   
  Parameters
  
  Returns
  
  Overrides
  
  Implements
  
  Extension Methods