Click or drag to resize

ClusterTInstanceParent2 Property

Gets this cluster's second parent, if the cluster was formed by joining two existing clusters. Otherwise returns null.

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public Cluster<TInstance> Parent2 { get; }
Request Example View Source

Property Value

Type: ClusterTInstance
See Also