NoConvergenceException Constructor (Int32) |
Convergence did not occur within the maximum number of iterations.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NoConvergenceException(
int maximumIterations
)
Public Sub New (
maximumIterations As Integer
)
public:
NoConvergenceException(
int maximumIterations
)
new :
maximumIterations : int -> NoConvergenceException
Parameters
- maximumIterations
- Type: SystemInt32
A int which specifies the maximum number of iterations
allowed.
See Also