Show / Hide Table of Contents

Class Metric

Inheritance
Object
Metric
Namespace: BenchmarkDotNet.Reports
Assembly: BenchmarkDotNet.dll
Syntax
public class Metric

Constructors

Metric(IMetricDescriptor, Double)

Declaration
public Metric(IMetricDescriptor descriptor, double value)
Parameters
Type Name Description
IMetricDescriptor descriptor
Double value

Properties

Descriptor

Declaration
public IMetricDescriptor Descriptor { get; }
Property Value
Type Description
IMetricDescriptor

Value

Declaration
public double Value { get; }
Property Value
Type Description
Double
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors