  | ActiveSetLineSearchSQPIterations Property | 
            Gets the number of iterations performed by the solver on its most
            recent execution.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int Iterations { get; protected set; }Public Property Iterations As Integer
	Get
	Protected Set
public:
property int Iterations {
	int get ();
	protected: void set (int value);
}member Iterations : int with get, set
Property Value
Int32
See Also