Compare this cluster with another one concerning weight

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Function AmIHeavier ( _
	_cluster As Cluster _
) As Boolean
C#
public bool AmIHeavier(
	Cluster _cluster
)
Visual C++
public:
bool AmIHeavier(
	Cluster^ _cluster
)
JavaScript
function amIHeavier(_cluster);

Parameters

_cluster
Type: FlowMap..::.Cluster
Another cluster

Return Value

True if this cluster is heavier, false else

See Also