Click or drag to resize

ClusterSetItem Property

Gets the cluster to which the given object is assigned.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int this[
	int index
] { get; }

Parameters

index  Int32
 

Property Value

Int32
Exceptions
ExceptionCondition
IndexOutOfRangeException Thrown if the given index is less than zero or less than or equal to N.
See Also