Sgp4PropagatorSgp4EstimationInputConvergenceTolerance 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSee Also