ClusterNoPointsException Constructor (Int32) |
There is a cluster with no points.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ClusterNoPointsException(
int clusterNumber
)
Public Sub New (
clusterNumber As Integer
)
public:
ClusterNoPointsException(
int clusterNumber
)
new :
clusterNumber : int -> ClusterNoPointsException
Parameters
- clusterNumber
- Type: SystemInt32
Number of the cluster with no points.
See Also