EmptyGroupException Constructor (Int32) |
There are no observations in a group. Cannot compute statistics.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public EmptyGroupException(
int group
)
Public Sub New (
group As Integer
)
public:
EmptyGroupException(
int group
)
new :
group : int -> EmptyGroupException
Parameters
- group
- Type: SystemInt32
A int which specifies the index of empty group.
See Also