TimeDataCircularValue Class |
Namespace: DHI.Mike1D.ResultDataAccess
public class TimeDataCircularValue : FifoQueue<float>, ITimeData, INumericArray, IReadOnlyList<double>, IReadOnlyCollection<double>, IEnumerable<double>, IEnumerable
The TimeDataCircularValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | TimeDataCircularValue | Initializes a new instance of the TimeDataCircularValue class |
![]() | TimeDataCircularValue(Int32) | Initializes a new instance of the TimeDataCircularValue 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(Int32) | |
![]() | GetValue(Int32, Int32) | |
![]() | 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(Int32, Double) | |
![]() | SetValue(Int32, Int32, Single) | |
![]() | 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.) |