MultivariableFunctionSolver.CurrentIteration Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int CurrentIteration { get; protected set; }
Public Property CurrentIteration As Integer
Get
Protected Set
public:
property int CurrentIteration {
int get ();
protected: void set (int value);
}
member CurrentIteration : int with get, set
Property Value
Type:
Int32
See Also