ManagedIterativeAlgorithm<T, TError, TReport>.IterationsRemaining Property

Gets the number of iterations remaining.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected int IterationsRemaining { get; }

Property Value

Int32

Remarks

This property is useful to pass on to a nested IterativeAlgorithm<T>.

See Also