Flux values used by density models, evaluated at the requested time, returned as an array representing F10.7, AvgF10.7, Ap, DailyAp, Kp, DailyKp. No time lags are incorporated.
[Visual Basic .NET] |
---|
Public Function AtmFlux_Array( _ ByVal Scale As AgEUtTimeScale, _ ByVal WholeDays As Integer, _ ByVal SecsIntoDay As Double _ ) As System.Array |
[C#] |
---|
public System.Array AtmFlux_Array( AgEUtTimeScale Scale, int WholeDays, double SecsIntoDay ); |
[Managed C++] |
---|
public: System::Array AtmFlux_Array( AgEUtTimeScale Scale, int WholeDays, double SecsIntoDay ); |
[Unmanaged C++] |
---|
public: HRESULT AtmFlux_Array( AgEUtTimeScale Scale, long WholeDays, double SecsIntoDay, SAFEARRAY * * pArray ); |
[Java] |
---|
public AgSafeArray atmFlux_Array( AgEUtTimeScale Scale, int WholeDays, double SecsIntoDay ); |
- Scale
- WholeDays
- SecsIntoDay