TimeValueBufferExtrapolationFlags Enumeration

Flag value indicating how Extrapolation should happen

Definition

Namespace: DHI.Mike1D.Generic.Collections
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
[FlagsAttribute]
public enum ExtrapolationFlags

Members

NotAllowed0 Extrapolation is not allowed
Before1 Only extrapolate before first value
After2 Only extrapolate after last value
BeforeAndAfter3 Extrapolate both before and after

Extension Methods

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

See Also