Show / Hide Table of Contents

Class PercentileValues

Inheritance
Object
PercentileValues
Namespace: BenchmarkDotNet.Mathematics
Assembly: BenchmarkDotNet.dll
Syntax
public class PercentileValues

Properties

P0

Declaration
public double P0 { get; }
Property Value
Type Description
Double

P100

Declaration
public double P100 { get; }
Property Value
Type Description
Double

P25

Declaration
public double P25 { get; }
Property Value
Type Description
Double

P50

Declaration
public double P50 { get; }
Property Value
Type Description
Double

P67

Declaration
public double P67 { get; }
Property Value
Type Description
Double

P80

Declaration
public double P80 { get; }
Property Value
Type Description
Double

P85

Declaration
public double P85 { get; }
Property Value
Type Description
Double

P90

Declaration
public double P90 { get; }
Property Value
Type Description
Double

P95

Declaration
public double P95 { get; }
Property Value
Type Description
Double

Methods

Percentile(Int32)

Declaration
public double Percentile(int percentile)
Parameters
Type Name Description
Int32 percentile
Returns
Type Description
Double

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

ToString(Func<Double, String>)

Declaration
public string ToString(Func<double, string> formatter)
Parameters
Type Name Description
Func<Double, String> formatter
Returns
Type Description
String

ToString(CultureInfo, String)

Declaration
public string ToString(CultureInfo cultureInfo, string format = "0.##")
Parameters
Type Name Description
CultureInfo cultureInfo
String format
Returns
Type Description
String
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors