CssiSolarGeophysicalDataComputeApDailyAverage Method |
Calculates the arithmetic average of the eight ap geomagnetic flux values for the given day,
rounded to the nearest whole value.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override double ComputeApDailyAverage(
JulianDate date
)
Public Overrides Function ComputeApDailyAverage (
date As JulianDate
) As Double
public:
virtual double ComputeApDailyAverage(
JulianDate date
) override
abstract ComputeApDailyAverage :
date : JulianDate -> float
override ComputeApDailyAverage :
date : JulianDate -> float
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The day to calculate.
Return Value
Type:
DoubleThe daily average of the
ComputeThreeHourApValues(JulianDate).
See Also