SemAlmanacRecordMeanAnomaly Property  | 
 
            Gets the mean anomaly.
            
 
    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 MeanAnomaly { get; }Public ReadOnly Property MeanAnomaly As Double
	Get
public:
virtual property double MeanAnomaly {
	double get () sealed;
}abstract MeanAnomaly : float with get
override MeanAnomaly : float with get
Property Value
Type: 
Double
            Units: 
radImplements
IGpsElementsMeanAnomaly
Remarks
            This property is the mean anomaly converted to radians.  Use 
MeanAnomalySemicircles to
            obtain the original value from the almanac.
            
See Also