Input |
The InputPeriod type exposes the following members.
Name | Description | |
---|---|---|
Equals |
Returns true if obj is an
InputPeriod with the same DayRange and
Usage as this, and with the same extra-predictor
keys and values (the order of the
keys is not important for this).
(Overrides ObjectEquals(Object)) | |
GetExtraPredictor | Returns the double value of the extra predictor with the specified string key. | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) | |
WithExtraPredictor | Returns a new InputPeriod based on this but also including an extra predictor with the specified key and value. |