TimeValueBufferGetValue(FifoQueueDouble) Method

Get value for the buffer for the time specified by Interp(DateTime)

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 double GetValue(
	FifoQueue<double> buffer
)

Parameters

buffer  FifoQueueDouble

[Missing <param name="buffer"/> documentation for "M:DHI.Mike1D.Generic.Collections.TimeValueBuffer.GetValue(DHI.Mike1D.Generic.Collections.FifoQueue{System.Double})"]

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Collections.TimeValueBuffer.GetValue(DHI.Mike1D.Generic.Collections.FifoQueue{System.Double})"]

See Also