TemperatureValue Property |
Returns a double representation of the 0.1-precision number stored internally.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public double Value { get; }
Public ReadOnly Property Value As Double
Get
Property Value
DoubleRemarks
Because of rounding, this might not
be exactly the same as the double that this instance was created with.
See Also