Click or drag to resize

UltimateSummator Methods

The UltimateSummator type exposes the following members.

Methods
  NameDescription
Public methodClone
Makes full copy of this instance.
Public methodCopyTo
Sets internal state to destination object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIntervalSum(DateTime, DateTime)
Get sum on time-based interval.
Public methodGetIntervalSum(Int32, Int32)
Get sum on point-based interval.
Public methodGetIntervalSumOffsets
Get sum on point-based interval.
Public methodGetSumFromFirst(DateTime)
Get sum from the oldest point in sliding window to specified time inclusively.
Public methodGetSumFromFirst(Int32)
Get sum of pointsCount elements starting from the very oldest point.
Public methodGetSumFromLast(DateTime)
Get sum from the recent point in sliding window to specified time inclusively.
Public methodGetSumFromLast(Int32)
Get sum of pointsCount elements starting from current point.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPut(Double)
Store new data element in summator. Note: Please do not use both with and without DateTime method for one queue instance.
Public methodPut(Double, DateTime)
Store new data element in summator. Note: Please do not use both with and without DateTime method for one queue instance.
Public methodToArray
Copies the elements of the SimpleDataQueue to a new array.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also