Table of Contents

Class PercentileValues

Namespace
BenchmarkDotNet.Mathematics
Assembly
BenchmarkDotNet.dll
public class PercentileValues
Inheritance
PercentileValues

Properties

P0

public double P0 { get; }

Property Value

double

P100

public double P100 { get; }

Property Value

double

P25

public double P25 { get; }

Property Value

double

P50

public double P50 { get; }

Property Value

double

P67

public double P67 { get; }

Property Value

double

P80

public double P80 { get; }

Property Value

double

P85

public double P85 { get; }

Property Value

double

P90

public double P90 { get; }

Property Value

double

P95

public double P95 { get; }

Property Value

double

Methods

Percentile(int)

public double Percentile(int percentile)

Parameters

percentile int

Returns

double

ToString()

public override string ToString()

Returns

string

ToString(Func<double, string>)

public string ToString(Func<double, string> formatter)

Parameters

formatter Func<double, string>

Returns

string

ToString(CultureInfo?, string)

public string ToString(CultureInfo? cultureInfo, string format = "0.##")

Parameters

cultureInfo CultureInfo
format string

Returns

string