SemAlmanacRecordRateOfRightAscensionSemicircles Property |
Gets or sets the rate of right ascension, in semicircles per second.
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 RateOfRightAscensionSemicircles { get; set; }
Public Property RateOfRightAscensionSemicircles As Double
Get
Set
public:
property double RateOfRightAscensionSemicircles {
double get ();
void set (double value);
}
member RateOfRightAscensionSemicircles : float with get, set
Property Value
Type:
DoubleRemarks
This is the actual value from the almanac.
RateOfRightAscension returns
the rate of right ascension in radians per second.
See Also