Click or drag to resize
NoConvergenceException Constructor (Int32)
Convergence did not occur within the maximum number of iterations.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NoConvergenceException(
	int maximumIterations
)

Parameters

maximumIterations
Type: SystemInt32
A int which specifies the maximum number of iterations allowed.
See Also