Click or drag to resize

GenericVectorTIndexOf Method

Return the index of the vector's first element that equals a given value.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int IndexOf(
	T value
)

Parameters

value  T
The value to search for.

Return Value

Int32
The index of the vector's first element that equals the given value; otherwise, the return value is -1.
See Also