Click or drag to resize

InputPeriod Constructor

Constructs an InputPeriod covering the specified DayRange and with the specified energy usage.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public InputPeriod(
	DayRange dayRange,
	double usage
)

Parameters

dayRange  DayRange
The non-null period of time covered.
usage  Double
The energy usage over the specified dayRange.
Exceptions
ExceptionCondition
ArgumentExceptionusage is NaN or infinity.
See Also