Compute B/Beq (i.e., the ratio of the magnetic field at the vehicle's location to the minimum field intensity along the field line thru the location). Uses DateFormat Dimension.
[Visual Basic .NET] |
---|
Public Function ComputeBBeq( _ ByVal time As System.Object _ ) As Double |
[C#] |
---|
public double ComputeBBeq( System.Object time ); |
[Managed C++] |
---|
public: double ComputeBBeq( VARIANT time ); |
[Java] |
---|
public double computeBBeq( AgVariant time ); |
[Python - STK API ] |
---|
def ComputeBBeq(self, time:typing.Any) -> float: |
- time