TimeValueBufferAdd(FifoQueueDouble, Double) Method

Add value to buffer

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 Add(
	FifoQueue<double> buffer,
	double value
)

Parameters

buffer  FifoQueueDouble

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

value  Double

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

See Also