Augmented flux values used by density models, evaluated at the requested time, returned as an array representing F10.7, AvgF10.7, M10.7, AvgM10.7, S10.7, AvgS10.7, Y10.7, AvgY10.7, DstDTc. No time lags are incorporated.
[Visual Basic .NET] |
---|
Public Function AugmentedAtmFlux_Array( _ ByVal Scale As AgEUtTimeScale, _ ByVal WholeDays As Integer, _ ByVal SecsIntoDay As Double _ ) As System.Array |
[C#] |
---|
public System.Array AugmentedAtmFlux_Array( AgEUtTimeScale Scale, int WholeDays, double SecsIntoDay ); |
[Managed C++] |
---|
public: System::Array AugmentedAtmFlux_Array( AgEUtTimeScale Scale, int WholeDays, double SecsIntoDay ); |
[Unmanaged C++] |
---|
public: HRESULT AugmentedAtmFlux_Array( AgEUtTimeScale Scale, long WholeDays, double SecsIntoDay, SAFEARRAY * * pArray ); |
[Java] |
---|
public AgSafeArray augmentedAtmFlux_Array( AgEUtTimeScale Scale, int WholeDays, double SecsIntoDay ); |
- Scale
- WholeDays
- SecsIntoDay