HistoryMultipleDataQueueT Properties |
The HistoryMultipleDataQueueT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| First |
Get first(oldest) data element stored in container.
Note: if there is not elements in queue it returns DefaltValue.
| |
| FirstDateTime |
Get first(oldest) data element DateTime stored in container.
Note: if there is not elements in queue it returns DefaltDateTime.
| |
| ItemDateTime, Int32 |
Return historically latest element with smaller or equal DateTime.
Note: do not try to use this method if you didn't specify DateTime to data elements.
| |
| ItemInt32, Int32 |
Get data which was store "index" steps ago.
| |
| Last |
Get last data element stored in container.
Note: if there is not elements in queue it returns DefaltValue.
| |
| LastDateTime |
Get last data element DateTime stored in container.
Note: if there is not elements in queue it returns DefaltDateTime.
| |
| Ready |
Ready flag is set if and only if queue contain something.
|