SemAlmanacRecordSquareRootOfSemimajorAxis 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: 24.2.419.0 (24.2.419.0)
Syntax public 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
IGpsElementsSquareRootOfSemimajorAxisSee Also