Data |
The DataValue type exposes the following members.
| Name | Description | |
|---|---|---|
| PercentageEstimated | Gets the number between 0 and 100 (both inclusive) indicating the extent to which the calculated Value is based on estimated data. | |
| Value | Gets the value, which will never be NaN or infinity, and, for degree days, will always be zero or greater. |
| Name | Description | |
|---|---|---|
| Create | Returns a non-null DataValue object with the specified configuration. | |
| Equals |
Returns true if obj is a DataValue
object of the same type as this with an equal
Value and PercentageEstimated.
(Overrides ObjectEquals(Object)) | |
| GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) | |
| ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |
This abstract class is not designed to be extended by third-party code, which is why it does not have an accessible constructor.