ManagedIterativeAlgorithm<T, TError, TReport>.IterationsRemaining Property

Gets the number of iterations remaining.

Definition

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

Property Value

Int32

Remarks

This property is useful to pass on to a nested IterativeAlgorithm.

See Also