Class PercentileValues
- Namespace
- BenchmarkDotNet.Mathematics
- Assembly
- BenchmarkDotNet.dll
public class PercentileValues
- Inheritance
-
PercentileValues
Properties
P0
public double P0 { get; }
Property Value
P100
public double P100 { get; }
Property Value
P25
public double P25 { get; }
Property Value
P50
public double P50 { get; }
Property Value
P67
public double P67 { get; }
Property Value
P80
public double P80 { get; }
Property Value
P85
public double P85 { get; }
Property Value
P90
public double P90 { get; }
Property Value
P95
public double P95 { get; }
Property Value
Methods
Percentile(int)
public double Percentile(int percentile)
Parameters
percentile
int
Returns
ToString()
public override string ToString()
Returns
ToString(Func<double, string>)
public string ToString(Func<double, string> formatter)
Parameters
Returns
ToString(CultureInfo?, string)
public string ToString(CultureInfo? cultureInfo, string format = "0.##")
Parameters
cultureInfo
CultureInfoformat
string