EllipsoidSemiMajorAxis Property |
doogal.co.uk Home
Gets the semi major axis.
Namespace:
DotNetCoords.Ellipsoid
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public double SemiMajorAxis { get; }
Public ReadOnly Property SemiMajorAxis As Double
Get
public:
property double SemiMajorAxis {
double get ();
}
member SemiMajorAxis : float with get
Property Value
Type:
DoubleThe semi major axis.
See Also