Click or drag to resize

HeatingDegreeDaysCalculation Class

A type of Calculation that specifies that heating degree days should be calculated and that holds the base temperature that they should be calculated to.
Inheritance Hierarchy
SystemObject
  DegreeDays.Api.DataCalculation
    DegreeDays.Api.Data.ImplHeatingDegreeDaysCalculation

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

The HeatingDegreeDaysCalculation type exposes the following members.

Constructors
 NameDescription
Public methodHeatingDegreeDaysCalculation Constructs a HeatingDegreeDaysCalculation object with the specified base temperature.
Top
Properties
 NameDescription
Public propertyBaseTemperature Gets the base temperature of the heating-degree-days calculation.
Top
Methods
 NameDescription
Public methodEquals Two Calculation objects are equal if they have the same class and the same configuration.
(Inherited from Calculation)
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Inherited from Calculation)
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
Thread Safety
Instances of this class are immutable. You can safely reuse them and call them from multiple threads at once.
See Also