Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public override double ComputeApDailyAverage(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The day to calculate.

Return Value

Type: Double
The daily average of the ComputeThreeHourApValues(JulianDate).
See Also