 | 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.3
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
- Type: CenterSpace.NMath.CoreClusterSet
A cluster set.
Return Value
Type:
Int32An array of integers.
See Also