YumaAlmanacRecordMeanMotionDifference Property |
Gets the mean motion difference from computed value.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double MeanMotionDifference { get; }
Public ReadOnly Property MeanMotionDifference As Double
Get
public:
virtual property double MeanMotionDifference {
double get () sealed;
}
abstract MeanMotionDifference : float with get
override MeanMotionDifference : float with get
Property Value
Type:
Double
Units:
rad / sImplements
IGpsElementsMeanMotionDifferenceRemarks
This property always returns 0.0 because Yuma almanacs do not include this information.
See Also