Click or drag to resize

InputPeriod Methods

The InputPeriod type exposes the following members.

Methods
 NameDescription
Public methodEquals 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))
Public methodGetExtraPredictor Returns the double value of the extra predictor with the specified string key.
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Public methodWithExtraPredictor Returns a new InputPeriod based on this but also including an extra predictor with the specified key and value.
Top
See Also