Gets the left child of the node.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public DendrogramNode LeftChild { get; }
Public ReadOnly Property LeftChild As DendrogramNode
Get
public:
property DendrogramNode^ LeftChild {
DendrogramNode^ get ();
}
member LeftChild : DendrogramNode with get
Property Value
Type:
DendrogramNode
Reference