Click or drag to resize

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.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int IndexOf(
	T item
)

Parameters

item  T
The value to locate in the vector.

Return Value

Int32
The zero-based index of the first occurrence of item in the vector, or -1 if not found.
See Also