Description
Compute B/Beq (i.e., the ratio of the
magnetic field at the specified Earth location to the minimum field
intensity along the field line thru the location). Uses Date,
Angle, Longitude, and Distance Dimensions.
Syntax
[Visual Basic .NET] |
Public Function ComputeBBeq( _
ByVal Time As System.Object, _
ByVal Lat As Double, _
ByVal Lon As Double, _
ByVal Alt As Double _
) As Double
|
[C#] |
public double ComputeBBeq(
System.Object Time,
double Lat,
double Lon,
double Alt
);
|
[Managed C++] |
public: double ComputeBBeq(
VARIANT Time,
double Lat,
double Lon,
double Alt
);
|
[Java] |
public double computeBBeq(
Variant Time,
double Lat,
double Lon,
double Alt
);
|
Parameters
See Also