Click or drag to resize

AverageDataSet Methods

The AverageDataSet type exposes the following members.

Methods
 NameDescription
Public methodEquals Returns true if obj is an AverageDataSet containing equal values and calculated from data covering an equal period in time.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodMonthlyAverage Returns the non-null average value for the specified month (e.g. pass 1 for the average value for the month of January).
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
See Also