AverageDataSetPercentageEstimated Property |
Gets the number between 0 and 100 (both inclusive) indicating the
overall extent to which this data set is based on estimated
data.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public override double PercentageEstimated { get; }
Public Overrides ReadOnly Property PercentageEstimated As Double
Get
Property Value
DoubleRemarks
Generally speaking, data with a lower percentage-estimated figure is
likely to be more reliable than data with a higher percentage-estimated
figure.
See Also