Gets the index of the cluster in the collection.
Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public int Index { get; }
|
| Visual Basic (Declaration) |
Public ReadOnly Property Index As Integer
Get
|
| Visual C++ |
public:
property int Index {
int get ();
}
|
See Also