Gets the centroid of a given cluster.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Guid GetClusterCentroid(
	int cluster
)
Visual Basic (Declaration)
Public Function GetClusterCentroid ( _
	cluster As Integer _
) As Guid
Visual C++
public:
Guid GetClusterCentroid(
	int cluster
)

Parameters

cluster
Type: System..::.Int32
The identifier of the cluster.

Return Value

The identifier of the centroid.

See Also