SumOfWeightsNegException Constructor (Int32) |
The sum of the weights have become negative.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public SumOfWeightsNegException(
int group
)
Public Sub New (
group As Integer
)
public:
SumOfWeightsNegException(
int group
)
new :
group : int -> SumOfWeightsNegException
Parameters
- group
- Type: SystemInt32
An int which specifies the group for which the sum of the
weights have become negative.
See Also