Gets and sets the iterations at each 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 array<int>^ Iterations {
	array<int>^ get ();
	void set (array<int>^ value);
}

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.MismatchedSizeException Thrown if the number of iterations is not the same as the number of steps.
CenterSpace.NMath.Core..::.InvalidArgumentException Thrown if any iteration is less than or equal to zero.

See Also