TimeValueType Enumeration |
Definition on how a value is defined at a certain time
or within a certain time period/time step
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum TimeValueType
Members
| Member name | Value | Description |
---|
| Instantaneous | 0 |
Value is defined at this time
|
| Accumulated | 1 |
Value is accumulated up til this time
|
| StepAccumulated | 2 |
Value is accumulated from previous time to this time
|
| MeanStepBackward | 3 |
Value is defined as the mean from previous time to this time
|
| MeanStepForward | 4 |
Value is defined as the mean from this time to next time
|
See Also