Compute geomagnetic field in Earth Fixed
components, returned as the array (Bx, By, Bz), at the vehicle's
location location. Uses DateFormat and MagneticField
Dimensions.
[Visual Basic .NET] |
---|
Public Function ComputeBFieldAsArray( _
ByVal Time As System.Object _
) As System.Array
|
[C#] |
---|
public System.Array ComputeBFieldAsArray(
|
[Managed C++] |
---|
public: System::Array ComputeBFieldAsArray(
|
[Java] |
---|
public Object[] computeBFieldAsArray(
|
- Time