Click or drag to resize

ClusterSet   Conversion (ClusterSet to Int32)

Implicitly converts a cluster set into an array of integers.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static implicit operator int[] (
	ClusterSet clusters
)

Parameters

clusters  ClusterSet
A cluster set.

Return Value

Int32
An array of integers.
See Also