Constructs an
InputPeriod covering the specified
DayRange and with the specified energy
usage.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public InputPeriod(
DayRange dayRange,
double usage
)
Public Sub New (
dayRange As DayRange,
usage As Double
)
Parameters
- dayRange DayRange
- The non-null period of time covered.
- usage Double
- The energy usage over the specified
dayRange.
Exceptions See Also