RouteRangeOptions.ConstantSpeedConsumptionInKilowattHoursPerHundredKilometer 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 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
public string ConstantSpeedConsumptionInKilowattHoursPerHundredKilometer { get; set; }
member this.ConstantSpeedConsumptionInKilowattHoursPerHundredKilometer : string with get, set
Public Property ConstantSpeedConsumptionInKilowattHoursPerHundredKilometer 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