| CruiseCommandedValues Constructor  | 
 
            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)
 Syntax
Syntaxpublic CruiseCommandedValues(
	double trueAirspeed,
	double fuelFlowRate
)
Public Sub New ( 
	trueAirspeed As Double,
	fuelFlowRate As Double
)
public:
CruiseCommandedValues(
	double trueAirspeed, 
	double fuelFlowRate
)
new : 
        trueAirspeed : float * 
        fuelFlowRate : float -> CruiseCommandedValuesParameters
- trueAirspeed
- Type: SystemDouble
 The commanded true airspeed.
- fuelFlowRate
- Type: SystemDouble
 The commanded rate of fuel flow.
 See Also
See Also