Click or drag to resize

CruiseCommandedValues Constructor

Initializes an instance with the provided parameters.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CruiseCommandedValues(
	double trueAirspeed,
	double fuelFlowRate
)

Parameters

trueAirspeed
Type: SystemDouble
The commanded true airspeed.
fuelFlowRate
Type: SystemDouble
The commanded rate of fuel flow.
See Also