ModifiedKeplerianElementsComputeMeanAnomaly Method  | 
 
            Computes the mean anomaly based on the current Keplerian position.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double ComputeMeanAnomaly()
Public Function ComputeMeanAnomaly As Double
public:
double ComputeMeanAnomaly()
member ComputeMeanAnomaly : unit -> float 
Return Value
Type: 
DoubleThe current mean anomaly, in radians.
Exceptions| Exception | Condition | 
|---|
| InvalidOperationException | 
            In the case of a hyperbolic orbit,
            the true anomaly 'v' is bound within: -π + Acos(1/e) < v < π - Acos(1/e).
            Otherwise, the method throws an exception.
             | 
See Also