Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static AverageDataSpec Average(
Calculation calculation,
AverageBreakdown averageBreakdown
)
Public Shared Function Average (
calculation As Calculation,
averageBreakdown As AverageBreakdown
) As AverageDataSpec
Parameters
- calculation Calculation
- Defines the way in which the degree days should be
calculated in terms of their base temperature and whether they
should be heating degree days or cooling degree days. Cannot be
null.
- averageBreakdown AverageBreakdown
- Defines the way in which the data should be
broken down and the period that it should cover. Cannot be null.
Return Value
AverageDataSpecThe newly-constructed
AverageDataSpec object.
Exceptions See Also