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: 16.0.0.0 (11.1.1.1111)
Syntax Members
| Member name | Value | Description |
---|
| Instantaneous | 0 |
The values are representative at one precise instance of time.
|
| BackwardStep | 1 |
The values are representative of the average value
over one time step, from the previous time step to this time step.
|
| ForwardStep | 2 |
The values are representative of the average value
over one time step, from the this time step to the next time step.
|
See Also