IIndex.Lookup Method

This API is preliminary and subject to change.
Looks up the position of the specified key.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
int Lookup(
	Object key
)

Parameters

key  Object
The key to look up.

Return Value

Int32
The zero-based index of key in the index, or -1 if the key was not found.

See Also