Compute McIlwain L-shell parameter at the vehicle's location. Uses DateFormat Dimension.
[Visual Basic .NET] |
---|
Public Function ComputeMcIlwainL( _ ByVal time As System.Object _ ) As Double |
[C#] |
---|
public double ComputeMcIlwainL( System.Object time ); |
[Managed C++] |
---|
public: double ComputeMcIlwainL( VARIANT time ); |
[Java] |
---|
public double computeMcIlwainL( AgVariant time ); |
[Python - STK API ] |
---|
def ComputeMcIlwainL(self, time:typing.Any) -> float: |
- time