KeplerianElementsComputeMeanMotion Method |
Computes the mean motion based on the current Keplerian elements.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic double ComputeMeanMotion()
Public Function ComputeMeanMotion As Double
public:
double ComputeMeanMotion()
member ComputeMeanMotion : unit -> float
Return Value
Type:
DoubleThe mean motion (radians per time).
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown if the OrbitType does not represent
either a circular or elliptical orbit. To find mean anomaly for parabolic or hyperbolic orbits, convert
to ModifiedKeplerianElements. |
See Also