Click or drag to resize

DatedDataValue Methods

The DatedDataValue type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate(Double, Double, Day) Returns a non-null DatedDataValue object with the specified value and percentage estimated, and covering just the specified Day.
Public methodStatic memberCreate(Double, Double, DayRange) Returns a non-null DatedDataValue object with the specified value and percentage estimated, and covering the specified DayRange.
Public methodEquals Returns true if obj is a DatedDataValue object with an equal Value, PercentageEstimated, and DayRange; false otherwise.
(Overrides DataValueEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides DataValueGetHashCode)
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides DataValueToString)
Top
See Also