Gets the cluster to which the given object is assigned.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Integer
Visual C++
public:
property int default[int index] {
	int get (int index);
}

Parameters

index
Type: System..::.Int32

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.IndexOutOfRangeException Thrown if the given index is less than zero or less than or equal to N.

See Also