Dated |
The DatedDataValue type exposes the following members.
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) |