  | LinearAnnealingScheduleIterations Property | 
            Gets and sets the number of iterations per step.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int Iterations { get; set; }Public Property Iterations As Integer
	Get
	Set
public:
property int Iterations {
	int get ();
	void set (int value);
}member Iterations : int with get, set
Property Value
Int32
See Also