DeleteObservationsException Constructor (Int32) |
The number of observations to be deleted (set with ObservationMax)
has grown too large.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public DeleteObservationsException(
int nmax
)
Public Sub New (
nmax As Integer
)
public:
DeleteObservationsException(
int nmax
)
new :
nmax : int -> DeleteObservationsException
Parameters
- nmax
- Type: SystemInt32
An int which specifies the maximum
number of observations that can be handled in the
linear programming.
See Also