Bucket Methods |
The Bucket type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a copy of the Bucket with the lowerbound, upperbound and counts exactly equal.
| |
CompareTo |
Comparison of two disjoint buckets. The buckets cannot be overlapping.
| |
Contains |
This method check whether a point is contained within this bucket.
| |
Equals |
Checks whether two Buckets are equal.
(Overrides ObjectEquals(Object).) | |
GetHashCode |
Provides a hash code for this bucket.
(Overrides ObjectGetHashCode.) | |
ToString |
Formats a human-readable string for this bucket.
(Overrides ObjectToString.) |