Click or drag to resize

CoolingDegreeDaysCalculation Class

A type of Calculation that specifies that cooling 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.ImplCoolingDegreeDaysCalculation

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

The CoolingDegreeDaysCalculation type exposes the following members.

Constructors
 NameDescription
Public methodCoolingDegreeDaysCalculation Constructs a CoolingDegreeDaysCalculation object with the specified base temperature.
Top
Properties
 NameDescription
Public propertyBaseTemperature Gets the base temperature of the cooling-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