Click or drag to resize

MinMaxQueue Methods

The MinMaxQueue 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPut(Double)
Store arbitrary data and time in queue. Do not call this method for MinMaxQueue created on time period.
Public methodPut(Double, DateTime)
Store arbitrary data and time in queue.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also