Click or drag to resize

OneDayTsProfileValueType Enumeration

Enumeration defining the meaning of the value in the time series.

Namespace:  DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum ValueType
Members
  Member nameValueDescription
Instantaneous0 The values are representative at one precise instance of time.
BackwardStep1 The values are representative of the average value over one time step, from the previous time step to this time step.
ForwardStep2 The values are representative of the average value over one time step, from the this time step to the next time step.
See Also