Gets the numerical eccentricity of the ellipse.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public double NumericalEccentricity { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property NumericalEccentricity As Double |
| Visual C++ |
|---|
public: property double NumericalEccentricity { double get (); } |
Field Value
The numerical eccentricity of the ellipse.
Remarks
The numerical eccentricity lies between [0,1] and is zero in case of a circle
and 1 in the (degenerate) case of a line.