GenericVectorTIndexOf Method |
Return the index of the vector's first element that equals a given value.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int IndexOf(
T value
)
Parameters
- value T
- The value to search for.
Return Value
Int32The index of the vector's first element that equals the given value; otherwise, the return value is -1.
See Also