An NDoc Documented Class Library

TieredVector.GetPosInD Method 

Find the deque in which an object should be placed.

protected int GetPosInD(
   IComparable o
);

Parameters

o
The object to examine.

Return Value

The index in the deques[] array.

See Also

TieredVector Class | Ringlet.Collections Namespace