MinMaxQueue Methods |
The MinMaxQueue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone |
Makes full copy of this instance.
|
![]() | CopyTo |
Sets internal state to destination object.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Put(Double) |
Store arbitrary data and time in queue.
Do not call this method for MinMaxQueue created on time period.
|
![]() | Put(Double, DateTime) |
Store arbitrary data and time in queue.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |