LambertOrbitSolver.FailedToConvergeEventArgs.FinalIteration Property |
Gets the final iteration number that the solver reached.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int FinalIteration { get; }
Public ReadOnly Property FinalIteration As Integer
Get
public:
property int FinalIteration {
int get ();
}
member FinalIteration : int with get
Property Value
Type:
Int32
See Also