Gets and sets the total number of iterations.

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

Syntax

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

Remarks

On set, the number of iterations per step is scaled appropriately.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentException Thrown if the value is less than one.

See Also