  | INonlinearLeastSqMinimizerMaxIterations Property | 
            Gets and sets the maximum number of iterations used in computing minima
            estimates.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxint MaxIterations { get; set; }Property MaxIterations As Integer
	Get
	Set
property int MaxIterations {
	int get ();
	void set (int value);
}abstract MaxIterations : int with get, set
Property Value
Int32
See Also