| YumaAlmanacRecordCosineCorrectionToArgumentOfLatitude Property  | 
 
            Gets the amplitude of the cosine harmonic correction term to the Argument of Latitude.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic double CosineCorrectionToArgumentOfLatitude { get; }Public ReadOnly Property CosineCorrectionToArgumentOfLatitude As Double
	Get
public:
virtual property double CosineCorrectionToArgumentOfLatitude {
	double get () sealed;
}abstract CosineCorrectionToArgumentOfLatitude : float with get
override CosineCorrectionToArgumentOfLatitude : float with get
Property Value
Type: 
Double
            Units: 
radImplements
IGpsElementsCosineCorrectionToArgumentOfLatitude Remarks
Remarks
            This property always returns 0.0 because Yuma almanacs do not include this information.
            
 See Also
See Also