Click or drag to resize

KeplerianElements.ComputePeriod Method

Computes the orbital period of the current Keplerian elements.

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
InvalidOperationExceptionIf the OrbitType does not represent a closed orbit (either circular or elliptical), there is no orbital period.
See Also