IReachDataInterpolatorT Interface

Generic interface for getting an interpolated value defined on a link/reach of a network.

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 interface IReachDataInterpolator<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Generic.IReachDataInterpolator`1"]

Methods

GetValue(Double, T) Get value at the specified chainage of the link/reach. Returns false if no value is defined around the chainage.
GetValue(Double, T, Boolean) Get value at the specified chainage of the link/reach. Returns false if no value is defined around the chainage.

If two values are present at the same chainage, depending on the directionPositive, if false, it will take the first (upstream value) and if true it will take the last (downstream) value.

See Also