Dated |
The DatedDataValue type exposes the following members.
| Name | Description | |
|---|---|---|
| DayRange | Gets the DayRange indicating the period in time that this DatedDataValue covers. | |
| FirstDay | Gets the first Day of the period covered by this DatedDataValue. | |
| LastDay | Gets the last Day of the period covered by this DatedDataValue. | |
| PercentageEstimated |
Gets the number between 0 and 100 (both inclusive) indicating the
extent to which the calculated Value is based on estimated
data.
(Inherited from DataValue) | |
| Value |
Gets the value, which will never be NaN or infinity, and, for degree
days, will always be zero or greater.
(Inherited from DataValue) |
| Name | Description | |
|---|---|---|
| Create(Double, Double, Day) | Returns a non-null DatedDataValue object with the specified value and percentage estimated, and covering just the specified Day. | |
| Create(Double, Double, DayRange) | Returns a non-null DatedDataValue object with the specified value and percentage estimated, and covering the specified DayRange. | |
| Equals |
Returns true if obj is a
DatedDataValue object with an equal
Value, PercentageEstimated, and
DayRange; false otherwise.
(Overrides DataValueEquals(Object)) | |
| GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides DataValueGetHashCode) | |
| ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides DataValueToString) |
This abstract class is not designed to be extended by third-party code, which is why it does not have an accessible constructor.