| SolarGeophysicalDataComputeThreeHourKpValues Method  | 
 
            Calculates the array of the eight ap geomagnetic flux values for the given day.
            The flux values are recorded every three hours.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract double[] ComputeThreeHourKpValues(
	JulianDate date
)
Public MustOverride Function ComputeThreeHourKpValues ( 
	date As JulianDate
) As Double()
public:
virtual array<double>^ ComputeThreeHourKpValues(
	JulianDate date
) abstract
abstract ComputeThreeHourKpValues : 
        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