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