SemAlmanacRecord.ArgumentOfPerigeeSemicircles Property |
Gets or sets the argument of perigee, in semicircles.
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 ArgumentOfPerigeeSemicircles { get; set; }
Public Property ArgumentOfPerigeeSemicircles As Double
Get
Set
public:
property double ArgumentOfPerigeeSemicircles {
double get ();
void set (double value);
}
member ArgumentOfPerigeeSemicircles : float with get, set
Property Value
Type:
Double
Remarks
This is the actual value from the almanac.
ArgumentOfPerigee returns the
argument of perigee in radians.
See Also