Click or drag to resize

ModifiedKeplerianElementsComputePeriod Method

Computes the orbital period of the current Keplerian elements. For parabolic and hyperbolic orbits the method returns PositiveInfinity.

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 ComputePeriod()

Return Value

Type: Double
The orbital period (time).
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if GravitationalParameter is negative or zero.
See Also