Gets the number of iterations needed by the
algorithm to reach the desired accuracy.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IterationsNeeded As Integer |
| C# |
|---|
public int IterationsNeeded { get; } |
| C++ |
|---|
public: int IterationsNeeded { int get (); } |
Value
A number less than or equal to MaxIterations.
Remarks
This value is useful primarily when comparing
different runs of the same algorithm. It may not be meaningful
when comparing different algorithms because the work performed
in an iteration of each algorithm may be completely different.