  | LevenbergMarquardtMinimizerIterations Property | 
            Gets the number of iterations performed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int Iterations { get; }Public ReadOnly Property Iterations As Integer
	Get
public:
virtual property int Iterations {
	int get () sealed;
}abstract Iterations : int with get
override Iterations : int with get
Property Value
Int32Implements
INonlinearLeastSqMinimizerIterations
See Also