Gets and sets the number of iterations per step.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int Iterations { get; set; }
Visual Basic (Declaration)
Public Property Iterations As Integer
Visual C++
public:
property int Iterations {
	int get ();
	void set (int value);
}

See Also