TimeDataCircularVector Class |
Namespace: DHI.Mike1D.ResultDataAccess
public class TimeDataCircularVector : FifoQueue<float[]>, ITimeData
The TimeDataCircularVector type exposes the following members.
| Name | Description | |
|---|---|---|
| TimeDataCircularVector(Int32) | Initializes a new instance of the TimeDataCircularVector class | |
| TimeDataCircularVector(Int32, Int32) | Initializes a new instance of the TimeDataCircularVector class |
| Name | Description | |
|---|---|---|
| Array | (Inherited from FifoQueueT.) | |
| Capacity | (Inherited from FifoQueueT.) | |
| Count | (Inherited from FifoQueueT.) | |
| Item | (Inherited from FifoQueueT.) | |
| NumberOfElements | ||
| NumberOfTimeSteps | ||
| Tail | (Inherited from FifoQueueT.) |
| Name | Description | |
|---|---|---|
| Add | ||
| Add(T) | (Inherited from FifoQueueT.) | |
| Add(Single) | ||
| AddRange | (Inherited from FifoQueueT.) | |
| AddRotate | (Inherited from FifoQueueT.) | |
| Clear | (Inherited from FifoQueueT.) | |
| Contains | (Inherited from FifoQueueT.) | |
| CopyTo | (Inherited from FifoQueueT.) | |
| Dequeue | (Inherited from FifoQueueT.) | |
| Enqueue | (Inherited from FifoQueueT.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | (Inherited from FifoQueueT.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | ||
| GetValues | ||
| Index | (Inherited from FifoQueueT.) | |
| IndexOf | (Inherited from FifoQueueT.) | |
| Insert | (Inherited from FifoQueueT.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Peek | (Inherited from FifoQueueT.) | |
| PushBack | (Inherited from FifoQueueT.) | |
| Remove | (Inherited from FifoQueueT.) | |
| RemoveAt | (Inherited from FifoQueueT.) | |
| SetValue | ||
| SetValues | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| _count | (Inherited from FifoQueueT.) | |
| _head | (Inherited from FifoQueueT.) | |
| _q | (Inherited from FifoQueueT.) |
| Name | Description | |
|---|---|---|
| GetValue | (Defined by ResultDataExtensions.) |