ConstantSolarGeophysicalData Constructor (Double, Double) | 
  
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ConstantSolarGeophysicalData(
	double solarRadioFlux,
	double kp
)
Public Sub New ( 
	solarRadioFlux As Double,
	kp As Double
)
public:
ConstantSolarGeophysicalData(
	double solarRadioFlux, 
	double kp
)
new : 
        solarRadioFlux : float * 
        kp : float -> ConstantSolarGeophysicalDataParameters
- solarRadioFlux
 - Type: SystemDouble
The constant solar radiation flux (also known as F10.7 cm flux)
            to use for both the current flux value and the 81 day centered average. - kp
 - Type: SystemDouble
The constant kp value for geomagnetic flux. 
See Also