Click or drag to resize

TimeDataCircularVectorAdd Method

Overload List
  NameDescription
Public methodAdd
Adds a time step, with empty data
Public methodAdd(T)
Adds an object to the end of the FifoQueue{T}, same as Enqueue(T)
(Inherited from FifoQueueT.)
Public methodAdd(Single)
Adds a time step, setting the provided value

calling this method is only valid if NumberOfElements equals 1.

Top
See Also