Description
The lag times (in secs), relative to the current epoch, at which the density flux values are evaluated, returned as an array of F10.7 lag, geo flux lag.
Syntax
| [Visual Basic .NET] |
|---|
Public Function AtmFluxLags_Array() As System.Array
|
| [C#] |
|---|
public System.Array AtmFluxLags_Array();
|
| [Managed C++] |
|---|
public: System::Array AtmFluxLags_Array();
|
| [Unmanaged C++] |
|---|
public: HRESULT AtmFluxLags_Array(
SAFEARRAY * * pArray
);
|
| [Java] |
|---|
public AgSafeArray atmFluxLags_Array();
|
Return Type
An array containing the flux lag times (in seconds)
See Also