Click or drag to resize

ClusterSetTInstanceItem Property

Gets the cluster at the give index.

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public Cluster<TInstance> this[
	int index
] { get; }
Request Example View Source

Parameters

index
Type: SystemInt32

Property Value

Type: ClusterTInstance
See Also