Method | Description | |
---|---|---|
GetPercentile ( double percentile ) : int |
Calculates percentile.
|
|
PercentileSnapshot ( ) : System |
Initializes a new instance of the PercentileSnapshot class using specified values.
|
|
PercentileSnapshot ( Bucket buckets ) : System |
Initializes a new instance of the PercentileSnapshot class from the given buckets.
|
Method | Description | |
---|---|---|
ComputePercentile ( double percent ) : int |
Do the actual calculation. http://en.wikipedia.org/wiki/Percentile http://cnx.org/content/m10805/latest/ |
public GetPercentile ( double percentile ) : int | ||
percentile | double | The percentile to calculate. |
return | int |
public PercentileSnapshot ( Bucket buckets ) : System | ||
buckets | Bucket | The buckets to initialize the snapshot. |
return | System |