Gets the eccentricity squared.

Namespace:  DotNetCoords.Ellipsoid
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.9 (1.0.0.9)

Collapse imageSyntax

C#
public double EccentricitySquared { get; }
Visual Basic (Declaration)
Public ReadOnly Property EccentricitySquared As Double
Visual C++
public:
property double EccentricitySquared {
	double get ();
}

Field Value

The eccentricity squared.

Collapse imageSee Also