EllipsoidEccentricitySquared Property |
doogal.co.uk Home
Gets the eccentricity squared.
Namespace:
DotNetCoords.Ellipsoid
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntaxpublic double EccentricitySquared { get; }
Public ReadOnly Property EccentricitySquared As Double
Get
public:
property double EccentricitySquared {
double get ();
}
member EccentricitySquared : float with get
Property Value
Type:
DoubleThe eccentricity squared.
See Also