Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public double ComputeMeanMotion()

Return Value

Type: Double
The mean motion (radians per time).
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown 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