RouteRangeOptions.FuelEnergyDensityInMegajoulesPerLiter 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 amount of chemical energy stored in one liter of fuel in megajoules (MJ). It is used in conjunction with the Efficiency
parameters for conversions between saved or consumed energy and fuel. For example, energy density is 34.2 MJ/l for gasoline, and 35.8 MJ/l for Diesel fuel.
This parameter is required if any Efficiency
parameter is set.
Sensible Values : 34.2
public double? FuelEnergyDensityInMegajoulesPerLiter { get; set; }
member this.FuelEnergyDensityInMegajoulesPerLiter : Nullable<double> with get, set
Public Property FuelEnergyDensityInMegajoulesPerLiter As Nullable(Of Double)
Property Value
Applies to
Azure SDK for .NET