Class PercentileValues
Inheritance
PercentileValues
Assembly: BenchmarkDotNet.dll
Syntax
public class PercentileValues
Properties
P0
Declaration
public double P0 { get; }
Property Value
P100
Declaration
public double P100 { get; }
Property Value
P25
Declaration
public double P25 { get; }
Property Value
P50
Declaration
public double P50 { get; }
Property Value
P67
Declaration
public double P67 { get; }
Property Value
P80
Declaration
public double P80 { get; }
Property Value
P85
Declaration
public double P85 { get; }
Property Value
P90
Declaration
public double P90 { get; }
Property Value
P95
Declaration
public double P95 { get; }
Property Value
Methods
Percentile(Int32)
Declaration
public double Percentile(int percentile)
Parameters
Type |
Name |
Description |
Int32 |
percentile |
|
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
ToString(Func<Double, String>)
Declaration
public string ToString(Func<double, string> formatter)
Parameters
Returns
ToString(CultureInfo, String)
Declaration
public string ToString(CultureInfo cultureInfo, string format = "0.##")
Parameters
Returns