InputData(InputPeriod, InputPeriod) Constructor |
Constructs an
InputData object containing the specified
InputPeriod objects.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public InputData(
InputPeriod firstInputPeriod,
params InputPeriod[] additionalInputPeriods
)
Public Sub New (
firstInputPeriod As InputPeriod,
ParamArray additionalInputPeriods As InputPeriod()
)
Parameters
- firstInputPeriod InputPeriod
- The first InputPeriod object
that you want this InputData to contain. Cannot be
null.
- additionalInputPeriods InputPeriod
- Additional InputPeriod
objects that you want this InputData to contain. Cannot contain
any null values, and, together with
firstInputPeriod, must satisfy the
requirements specified in these
remarks.
Exceptions See Also