TimeDataCircularValueAdd Method |
| Name | Description | |
|---|---|---|
| Add |
Adds a time step, with empty data
| |
| Add(T) |
Adds an object to the end of the FifoQueue{T}, same as Enqueue(T) (Inherited from FifoQueueT.) | |
| Add(Single) |
Adds a time step, setting the provided values
calling this method is only valid if NumberOfElements is greater than 1. |