ROVectorBaseTContains Method |
Determines whether the vector contains a specific value.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Contains(
T item
)
Parameters
- item T
- The value to locate in the vector.
Return Value
Booleantrue if the value is found in the vector; otherwise,
false.
See Also