Click or drag to resize

RegressionResponse Methods

The RegressionResponse type exposes the following members.

Methods
 NameDescription
Public methodEquals Returns true if obj is a RegressionResponse with equal values apart from the Metadata (which is not considered in the equality test).
(Overrides ObjectEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodGetRegressions Returns a non-null, non-empty, best-first ordered list of Regression objects, or throws a SourceDataException if the API could not generate regressions because there was not enough good weather data for the Location specified in your RegressionRequest.
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
See Also