Click or drag to resize

TemperatureTimeSeriesCalculation Class

A type of TimeSeriesCalculation that specifies that temperature data should be calculated with the specified interval (e.g. hourly) and unit (e.g. Celsius).
Inheritance Hierarchy
SystemObject
  DegreeDays.Api.DataTimeSeriesCalculation
    DegreeDays.Api.Data.ImplTemperatureTimeSeriesCalculation

Namespace: DegreeDays.Api.Data.Impl
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public sealed class TemperatureTimeSeriesCalculation : TimeSeriesCalculation

The TemperatureTimeSeriesCalculation type exposes the following members.

Constructors
 NameDescription
Public methodTemperatureTimeSeriesCalculation Constructs a TimeSeriesCalculation object with the specified interval and temperature unit.
Top
Properties
 NameDescription
Public propertyInterval Gets the TimeSeriesInterval indicating the interval (e.g. hourly) that the time-series data should be calculated with.
(Inherited from TimeSeriesCalculation)
Public propertyTemperatureUnit Gets the TemperatureUnit indicating whether the temperatures should be calculated in Celsius or Fahrenheit.
Top
Methods
 NameDescription
Public methodEquals Two TimeSeriesCalculation objects are equal if they have the same class and the same configuration.
(Inherited from TimeSeriesCalculation)
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Inherited from TimeSeriesCalculation)
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
Remarks

See the remarks for TimeSeriesCalculation to find out why time-series data is "calculated".

Thread Safety
Instances of this class are immutable. You can safely reuse them and call them from multiple threads at once.
Version History
VersionDescription
1.2 This was added in version 1.2.
See Also