RegressionApi Constructor |
Constructs a
RegressionApi object that uses the specified
IRequestProcessor internally.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public RegressionApi(
IRequestProcessor requestProcessor
)
Public Sub New (
requestProcessor As IRequestProcessor
)
Parameters
- requestProcessor IRequestProcessor
- The non-null IRequestProcessor
that the new RegressionApi object should use internally for
its processing.
Exceptions See Also