Click or drag to resize

ModifiedKeplerianElements.ComputePeriod 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: 25.1.421.0 (25.1.421.0)
Syntax
public double ComputePeriod()

Return Value

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