| DidNotConvergeException Constructor (Int32) |
Maximum number of iterations exceeded.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic DidNotConvergeException(
int maximumNumberOfIterations
)
Public Sub New (
maximumNumberOfIterations As Integer
)
public:
DidNotConvergeException(
int maximumNumberOfIterations
)
new :
maximumNumberOfIterations : int -> DidNotConvergeExceptionParameters
- maximumNumberOfIterations
- Type: SystemInt32
Maximum number of iterations allowed exceeded argument.
See Also