Click or drag to resize

OrderedDictionaryTK, TVGetTailIndex Method

Gets the index that should be used for an inclusive or exclusive search starting from tail index.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public int GetTailIndex(
	TK value,
	bool isInclusive
)

Parameters

value
Type: TK
The end value.
isInclusive
Type: SystemBoolean
if set to true [is inclusive].

Return Value

Type: Int32

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.OrderedDictionary`2.GetTailIndex(`0,System.Boolean)"]

See Also