The Histogram type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| GetRange |
Get range around median containing specified percentage of values.
| |
| Update |
Update statistical value of the histogram.
|
Properties
| Name | Description | |
|---|---|---|
| Max |
Maximum value.
| |
| Mean |
Mean value.
| |
| Median |
Median value.
| |
| Min |
Minimum value.
| |
| StdDev |
Standard deviation.
| |
| TotalCount |
Total count of values.
| |
| Values |
Values of the histogram.
|