Click or drag to resize
BigArrayTIndexOf Method (T)
Searches for the specified object and returns the zero-based index of the first occurrence within the entire BigArray.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public long IndexOf(
	T item
)

Parameters

item
Type: T
The object to locate in the BigArray. The value can be null for reference types.

Return Value

Type: Int64
The zero-based index of the first occurrence of item within the entire BigArray, if found; otherwise, –1.
See Also