InputPeriodGetExtraPredictor Method |
Returns the double value of the extra predictor with the
specified string key.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public double GetExtraPredictor(
string key
)
Public Function GetExtraPredictor (
key As String
) As Double
Parameters
- key String
- A non-null, non-empty string key.
Return Value
DoubleExceptions See Also