Click or drag to resize

Histogram Methods

The Histogram type exposes the following members.

Methods
 NameDescription
Public methodAddBucket Adds a Bucket to the Histogram.
Public methodAddData(Double) Add one data point to the histogram. If the datapoint falls outside the range of the histogram, the lowerbound or upperbound will automatically adapt.
Public methodAddData(IEnumerableDouble) Add a sequence of data point to the histogram. If the datapoint falls outside the range of the histogram, the lowerbound or upperbound will automatically adapt.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetBucketIndexOf Returns the index in the Histogram of the Bucket that contains the value v.
Public methodGetBucketOf Returns the Bucket that contains the value v.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Prints the buckets contained in the Histogram.
(Overrides ObjectToString)
Top
See Also