Gets the flattening.

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

Collapse imageSyntax

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

Field Value

The flattening.

Collapse imageSee Also