SemAlmanacRecordMeanMotionDifference Property  | 
 
            Gets the mean motion difference from computed value.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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
IGpsElementsMeanMotionDifference
Remarks
            This property always returns 0.0 because SEM almanacs do not include this information.
            
See Also