TimeDataBuffer Class

Class for buffering data values, for performance.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class TimeDataBuffer
Inheritance
Object    TimeDataBuffer

Constructors

TimeDataBufferInitializes a new instance of the TimeDataBuffer class

Properties

IsFull Buffer is full

Methods

AddData Add a series of time step values to the buffer
AddElmt Add one time step value to the buffer
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Buffer Buffered values
BufferSize Size/capacity of buffer
BufferUse Amount of buffer currently in use
Index Indices in time for each buffer time step

See Also