TimeValueBufferInterp Method

Setup interpolation for values for the specified time. This must be called before any of the GetValue(FifoQueueDouble) methods are called.

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#
public void Interp(
	DateTime time
)

Parameters

time  DateTime

[Missing <param name="time"/> documentation for "M:DHI.Mike1D.Generic.Collections.TimeValueBuffer.Interp(System.DateTime)"]

See Also