SolarGeophysicalDataComputeAverageSolarRadioFlux Method |
Gets the 81 day average solar radiation flux value centered on the given date.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract double ComputeAverageSolarRadioFlux(
JulianDate date
)
Public MustOverride Function ComputeAverageSolarRadioFlux (
date As JulianDate
) As Double
public:
virtual double ComputeAverageSolarRadioFlux(
JulianDate date
) abstract
abstract ComputeAverageSolarRadioFlux :
date : JulianDate -> float
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The date of the value to calculate.
Return Value
Type:
DoubleThe average value for the solar radiation flux.
See Also