|  | ClusterSet   Conversion (ClusterSet to Int32) | 
            Implicitly converts a cluster set into an array of integers. 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static implicit operator int[] (
	ClusterSet clusters
)
Public Shared Widening Operator CType ( 
	clusters As ClusterSet
) As Integer()
static implicit operator array<int>^ (
	ClusterSet^ clusters
)
F# does not support the declaration of new casting operators.
Parameters
- clusters  ClusterSet
- A cluster set.
Return Value
Int32An array of integers.
 See Also
See Also