Gets the centroid of a given cluster.
Namespace:
CloudsterAssembly: 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.