Initializes a new instance of the
Ellipsoid class. If either the
semiMinorAxis or the eccentricitySquared are Double.NaN, then that value is
calculated from the other two parameters. An ArgumentException is
thrown if both the semiMinorAxis and the eccentricitySquared are
Double.NaN.
Namespace:
DotNetCoords.Ellipsoid
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.9 (1.0.0.9)
Syntax
| C# |
|---|
protected Ellipsoid(
double semiMajorAxis,
double semiMinorAxis,
double eccentricitySquared
) |
| Visual Basic (Declaration) |
|---|
Protected Sub New ( _
semiMajorAxis As Double, _
semiMinorAxis As Double, _
eccentricitySquared As Double _
) |
| Visual C++ |
|---|
protected:
Ellipsoid(
double semiMajorAxis,
double semiMinorAxis,
double eccentricitySquared
) |
Exceptions
See Also