Implicitly converts a cluster set into an array of integers.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public static implicit operator int[] (
	ClusterSet clusters
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	clusters As ClusterSet _
) As Integer()
Visual C++
static implicit operator array<int>^ (
	ClusterSet^ clusters
)

Parameters

clusters
Type: CenterSpace.NMath.Stats..::.ClusterSet
A cluster set.

Return Value

An array of integers.

See Also