 | OrderedDictionaryTK, TVGetHeadIndex Method |
Gets the index that should be used for an inclusive or exclusive search
ending at the head index.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic int GetHeadIndex(
TK value,
bool isInclusive
)
Parameters
- value
- Type: TK
The start 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.GetHeadIndex(`0,System.Boolean)"]
See Also