An NDoc Documented Class Library

TieredVector.GetPosInDeque Method 

Find the position at which an object would be placed in a deque.

protected int GetPosInDeque(
   int idx,
   IComparable o
);

Parameters

idx
The deque's index.
o
The object to examine.

Return Value

The position within the specified deque.

See Also

TieredVector Class | Ringlet.Collections Namespace