SimpleDescentPerformanceModel Constructor (Double, Double, Double) | 
 
            Initializes an instance with the provided parameters.
            
 
    Namespace: 
   AGI.Foundation.AircraftPropagation
    Assembly:
   AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SimpleDescentPerformanceModel(
	double trueAirspeed,
	double altitudeRate,
	double fuelFlowRate
)
Public Sub New ( 
	trueAirspeed As Double,
	altitudeRate As Double,
	fuelFlowRate As Double
)
public:
SimpleDescentPerformanceModel(
	double trueAirspeed, 
	double altitudeRate, 
	double fuelFlowRate
)
new : 
        trueAirspeed : float * 
        altitudeRate : float * 
        fuelFlowRate : float -> SimpleDescentPerformanceModelParameters
- trueAirspeed
 - Type: SystemDouble
The true airspeed. - altitudeRate
 - Type: SystemDouble
The rate of altitude change. When descending, this value is expected to be negative. - fuelFlowRate
 - Type: SystemDouble
The rate of fuel flow. 
See Also