The Histogram type exposes the following members.

Constructors

  NameDescription
HistogramOverloaded.

Methods

  NameDescription
AddDataOverloaded.
Clone
Creates a deep copy of this histogram.
Count
Gets the bin count for the specifed bin.
Equals
Determines whether the specified Object is equal to the current Object.
(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()()().)

Properties

  NameDescription
Bins
Gets the bin boundaries of the histogram.
Counts
Gets the counts for each bin in the histogram.
NumBins
Gets the number of bins in the histogram.
NumLarger
Gets the number of data points that were larger than the largest bin boundary.
NumSmaller
Gets the number of data points that were smaller than the smallest bin boundary.
Total
Gets the total number of data points added to this histogram.

See Also