TimeValueType Enumeration

Definition on how a value is defined at a certain time or within a certain time period/time step

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum TimeValueType

Members

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

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also