public class PercentileMetricValue extends MetricValue
| Constructor and Description |
|---|
PercentileMetricValue() |
| Modifier and Type | Method and Description |
|---|---|
Double |
p10()
Get the p10 value.
|
Double |
p25()
Get the p25 value.
|
Double |
p50()
Get the p50 value.
|
Double |
p75()
Get the p75 value.
|
Double |
p90()
Get the p90 value.
|
Double |
p95()
Get the p95 value.
|
Double |
p99()
Get the p99 value.
|
public Double p10()
public Double p25()
public Double p50()
public Double p75()
public Double p90()
public Double p95()
public Double p99()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/