SemAlmanacRecordMeanAnomaly Property |
Gets the mean anomaly.
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 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
IGpsElementsMeanAnomalyRemarks
This property is the mean anomaly converted to radians. Use
MeanAnomalySemicircles to
obtain the original value from the almanac.
See Also