Gets and sets the total number of iterations in the schedule.

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

Syntax

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

See Also