RouteRangeOptions.ConstantSpeedConsumptionInLitersPerHundredKilometer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the speed-dependent component of consumption. Provided as an unordered list of colon-delimited speed & consumption-rate pairs. The list defines points on a consumption curve. Consumption rates for speeds not in the list are found as follows:
- by linear interpolation, if the given speed lies in between two speeds in the list.
- by linear extrapolation otherwise, assuming a constant (ΔConsumption/ΔSpeed) determined by the nearest two points in the list.
Note
: This parameter is required for The Combustion Consumption Model.
public string ConstantSpeedConsumptionInLitersPerHundredKilometer { get; set; }
member this.ConstantSpeedConsumptionInLitersPerHundredKilometer : string with get, set
Public Property ConstantSpeedConsumptionInLitersPerHundredKilometer As String
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET