Click or drag to resize

TemperatureValue Property

Returns a double representation of the 0.1-precision number stored internally.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public double Value { get; }

Property Value

Double
Remarks
Because of rounding, this might not be exactly the same as the double that this instance was created with.
See Also