MultivariableFunctionSolverCurrentIteration Property |
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 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:
Int32See Also