| CssiSolarGeophysicalDataComputeKpDailyAverage Method  | 
 
            Calculates the sum of the array of the eight ap geomagnetic flux values for the given day.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic override double ComputeKpDailyAverage(
	JulianDate date
)
Public Overrides Function ComputeKpDailyAverage ( 
	date As JulianDate
) As Double
public:
virtual double ComputeKpDailyAverage(
	JulianDate date
) override
abstract ComputeKpDailyAverage : 
        date : JulianDate -> float 
override ComputeKpDailyAverage : 
        date : JulianDate -> float Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
 The day to calculate.
Return Value
Type: 
DoubleAn array of the eight geomagnetic flux values for the day, taken every three hours.
 See Also
See Also