Click or drag to resize

SimpleCruisePerformanceModel Constructor (Double, Double)

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 SimpleCruisePerformanceModel(
	double trueAirspeed,
	double fuelFlowRate
)

Parameters

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