Click or drag to resize

ClusterTInstanceParent1 Property

Gets this cluster's first 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> Parent1 { get; }
Request Example View Source

Property Value

Type: ClusterTInstance
See Also