Description
Flux values used by the density model, evaluated at the current time, returned as an array representing F10.7, AvgF10.7, Ap, DailyAp, Kp, DailyKp.
Syntax
[Visual Basic .NET] |
---|
Public Function CurrentAtmFlux_Array() As System.Array
|
[C#] |
---|
public System.Array CurrentAtmFlux_Array();
|
[Managed C++] |
---|
public: System::Array CurrentAtmFlux_Array();
|
[Unmanaged C++] |
---|
public: HRESULT CurrentAtmFlux_Array(
SAFEARRAY * * pArray
);
|
[Java] |
---|
public AgSafeArray currentAtmFlux_Array();
|
Return Type
An array containing flux values at the lag times from the current time.
See Also