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