| YumaAlmanacRecordSquareRootOfSemimajorAxis Property  | 
 
            Gets or sets the square root of the semi-major axis (sqrt(meters)).
            
 
    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 SquareRootOfSemimajorAxis { get; set; }Public Property SquareRootOfSemimajorAxis As Double
	Get
	Set
public:
virtual property double SquareRootOfSemimajorAxis {
	double get () sealed;
	void set (double value) sealed;
}abstract SquareRootOfSemimajorAxis : float with get, set
override SquareRootOfSemimajorAxis : float with get, set
Property Value
Type: 
Double
            Units: 
sqrt(m)Implements
IGpsElementsSquareRootOfSemimajorAxis See Also
See Also