Click or drag to resize

RegressionHasCoolingDegreeDays Property

Returns true if this Regression has a cooling-degree-days component (c*CDD); false otherwise.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public bool HasCoolingDegreeDays { get; }

Property Value

Boolean
Remarks

If this returns true, it is safe to call GetCoolingDegreeDays.

See Also