IterativeAlgorithm<T>.CurrentResult Property

Gets the approximation of the result at the current iteration.

Definition

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

Property Value

T

See Also