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.2.419.0 (24.2.419.0)
Syntax public double ComputePeriod()
Public Function ComputePeriod As Double
public:
double ComputePeriod()
member ComputePeriod : unit -> float
Return Value
Type:
DoubleThe orbital period (time).
Exceptions See Also