MultivariableFunctionSolverIterationResultsIteration Property |
Gets the zero-based iteration count of these results.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int Iteration { get; }
Public ReadOnly Property Iteration As Integer
Get
public:
property int Iteration {
int get ();
}
member Iteration : int with get
Property Value
Type:
Int32See Also