The Histogram type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddData | Overloaded. | |
| Clone |
Creates a deep copy of this histogram.
| |
| Count |
Gets the bin count for the specifed bin.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Reset |
Resets all bin counts to zero. The number of bins and bin boundaries
remain unchanged.
| |
| StemLeaf |
Formats the contents of this histogram into a simple ASCII stem-leaf
diagram.
| |
| ToString |
Returns a formatted string representation of this histogram.
(Overrides Object..::.ToString()()().) |