Click or drag to resize

FifoQueueTIndex Method

Index in internal _q array _q of the element with index in queue, handling circular array wrapping.

Namespace:  DHI.Mike1D.Generic.Collections
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected int Index(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:DHI.Mike1D.Generic.Collections.FifoQueue`1.Index(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Collections.FifoQueue`1.Index(System.Int32)"]

See Also