ROVectorBaseTIndexOf Method |
Returns the zero-based index of the first occurrence of a value in the vector, or -1 if the value is not found.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOf(
T item
)
Parameters
- item T
- The value to locate in the vector.
Return Value
Int32The zero-based index of the first occurrence of
item in the vector, or -1 if not found.
See Also