Sgp4Propagator.Sgp4EstimationInput.ConvergenceTolerance Property |
Gets or sets the convergence tolerance to use when solving. By default, the value is 1e-4.
This is used to determine when the normalized root mean square error of the residuals
has converged.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double ConvergenceTolerance { get; set; }
Public Property ConvergenceTolerance As Double
Get
Set
public:
property double ConvergenceTolerance {
double get ();
void set (double value);
}
member ConvergenceTolerance : float with get, set
Property Value
Type:
Double
See Also