Click or drag to resize
Bucket Methods

The Bucket type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a copy of the Bucket with the lowerbound, upperbound and counts exactly equal.
Public methodCompareTo
Comparison of two disjoint buckets. The buckets cannot be overlapping.
Public methodContains
This method check whether a point is contained within this bucket.
Public methodEquals
Checks whether two Buckets are equal.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Provides a hash code for this bucket.
(Overrides ObjectGetHashCode.)
Public methodToString
Formats a human-readable string for this bucket.
(Overrides ObjectToString.)
Top
See Also