SemAlmanacRecordMeanAnomalySemicircles Property |
Gets or sets the mean anomaly, in semicircles.
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 MeanAnomalySemicircles { get; set; }
Public Property MeanAnomalySemicircles As Double
Get
Set
public:
property double MeanAnomalySemicircles {
double get ();
void set (double value);
}
member MeanAnomalySemicircles : float with get, set
Property Value
Type:
DoubleRemarks
This is the actual value from the almanac.
MeanAnomaly returns the
mean anomaly in radians.
See Also