HistoryMultipleDataQueueT Methods |
The HistoryMultipleDataQueueT generic type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Makes full copy of this instance.
| |
CopyTo(Object) |
Gets internal state from source object.
| |
CopyTo(Object, IL_Clone) |
Gets internal state from source 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.) | |
GetIndexByTime |
Get offset index of element by element time.
If there no element with such time, we return latest element with time smaller than specified.
If we can't find valid index, we return -1.
| |
GetTimeByIndex |
Return time associated with specified point.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetOnPopDelegate |
Set delegate that will be invoked every time a new element is dequeued.
| |
SetOnPushDelegate |
Set delegate that will be invoked every time a new element is enqueued.
| |
SetQueueListener |
Set listener to queue capacity. Queue will call OnPop method every time, when queue drop some element.
And OnPush method, when queue store element. Do not use listener with single element queue.
Queue support any number of listeners.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |