Looks up the position of the specified key.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Function Lookup (
key As Object
) As Integer
int Lookup(
Object^ key
)
abstract Lookup :
key : Object -> int
Parameters
- key
- Type: SystemObject
The key to look up.
Return Value
Type:
Int32The zero-based index of
key in the index,
or -1 if the key was not found.
Reference