public class TimeDataBuffer| TimeDataBuffer | Initializes a new instance of the TimeDataBuffer class |
| IsFull | Buffer is full |
| AddData | Add a series of time step values to the buffer |
| AddElmt | Add one time step value to the buffer |
| 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) |
| FinishTimeStep | All timestep values has been stored in buffer. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| PrepareTimeStep | Prepare for new time step in buffer. |
| ResetBuffer | Reset buffer |
| SetupBuffer | Set up buffer size |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Buffer | Buffered values |
| BufferSize | Size/capacity of buffer |
| BufferUse | Amount of buffer currently in use |
| Index | Indices in time for each buffer time step |