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).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Provides a hash code for this bucket.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Formats a human-readable string for this bucket.
(Overrides ObjectToString.)
Top
See Also