CarbonEmission.MonthOverMonthEmissionsChangeRatio 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.
The percentage change in carbon emissions between the current and previous DateRange. This is calculated as: (latestMonthEmissions - previousMonthEmissions) / previousMonthEmissions.
public double? MonthOverMonthEmissionsChangeRatio { get; }
member this.MonthOverMonthEmissionsChangeRatio : Nullable<double>
Public ReadOnly Property MonthOverMonthEmissionsChangeRatio As Nullable(Of Double)