Full |
The FullYearsAverageBreakdown type exposes the following members.
Name | Description | |
---|---|---|
FullYearsAverageBreakdown | Constructs a FullYearsAverageBreakdown object that specifies average degree days derived from data covering full calendar years determined by the specified period. |
Name | Description | |
---|---|---|
Period | Gets the non-null period in time that the breakdown should average data from. |
Name | Description | |
---|---|---|
Equals |
Two Breakdown objects are equal if they have the same class
and the same configuration.
(Inherited from Breakdown) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Inherited from Breakdown) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |
The years used will always be consecutive (i.e. no gaps), and are specified using the Period passed into the constructor.
Typically you'd want to use Period.LatestValues(Int32) to create the Period, to specify that the last year of the average should be the most recent full calendar year.
If you want average data calculated using a different method, remember that you can always fetch dated data and calculate averages directly from that.