Covariance6By6TwoBodyBlender.DateTolerance Property |
Gets or sets the tolerance in seconds that is used to ensure that the dates in
OrbitStates
and
CovarianceData are close enough to being equal. By default, this value is
Epsilon6.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double DateTolerance { get; set; }
Public Property DateTolerance As Double
Get
Set
public:
property double DateTolerance {
double get ();
void set (double value);
}
member DateTolerance : float with get, set
Property Value
Type:
Double
See Also