Click or drag to resize

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: 19.0.0.0 (11.1.1.1111)
Syntax
public enum TimeValueType
Members
  Member nameValueDescription
Instantaneous0 Value is defined at this time
Accumulated1 Value is accumulated up til this time
StepAccumulated2 Value is accumulated from previous time to this time
MeanStepBackward3 Value is defined as the mean from previous time to this time
MeanStepForward4 Value is defined as the mean from this time to next time
See Also