Click or drag to resize

ClusterSet Methods

The ClusterSet type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this cluster set.
Public methodCluster Returns the objects assigned to a given cluster.
Public methodEquals Tests for equality of this cluster set and another. Two cluster sets are equal if they have the same number of objects and all objects are assigned to the same clusters.
(Overrides ObjectEquals(Object))
Public methodGetEnumerator Creates an IEnumerator out of the clusters in this set.
Public methodGetHashCode Returns an integer hash code for this cluster set.
(Overrides ObjectGetHashCode)
Public methodOnDeserialized Update following deserialization
Public methodToString Returns a formatted string representation of this cluster set.
(Overrides ObjectToString)
Top
See Also