Temperature |
The TemperatureTimeSeriesCalculation type exposes the following members.
Name | Description | |
---|---|---|
TemperatureTimeSeriesCalculation | Constructs a TimeSeriesCalculation object with the specified interval and temperature unit. |
Name | Description | |
---|---|---|
Interval |
Gets the TimeSeriesInterval indicating the interval (e.g.
hourly) that the time-series data should be calculated with.
(Inherited from TimeSeriesCalculation) | |
TemperatureUnit | Gets the TemperatureUnit indicating whether the temperatures should be calculated in Celsius or Fahrenheit. |
Name | Description | |
---|---|---|
Equals |
Two TimeSeriesCalculation objects are equal if they have the
same class and the same configuration.
(Inherited from TimeSeriesCalculation) | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Inherited from TimeSeriesCalculation) | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |
See the remarks for TimeSeriesCalculation to find out why time-series data is "calculated".
Version | Description |
---|---|
1.2 | This was added in version 1.2. |