DendrogramLeftSons Property |
The left sons of each merged cluster.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int[] LeftSons { get; set; }
Public Overridable Property LeftSons As Integer()
Get
Set
public:
virtual property array<int>^ LeftSons {
array<int>^ get ();
void set (array<int>^ value);
}
abstract LeftSons : int[] with get, set
override LeftSons : int[] with get, set
Property Value
Type:
Int32
An
int[] containing the "LeftSons" attribute value.
See Also