SemAlmanacRecordSineCorrectionToArgumentOfLatitude Property |
Gets the amplitude of the sine harmonic correction term to the Argument of Latitude.
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 SineCorrectionToArgumentOfLatitude { get; }
Public ReadOnly Property SineCorrectionToArgumentOfLatitude As Double
Get
public:
virtual property double SineCorrectionToArgumentOfLatitude {
double get () sealed;
}
abstract SineCorrectionToArgumentOfLatitude : float with get
override SineCorrectionToArgumentOfLatitude : float with get
Property Value
Type:
Double
Units:
radImplements
IGpsElementsSineCorrectionToArgumentOfLatitudeRemarks
This property always returns 0.0 because SEM almanacs do not include this information.
See Also