GenericVectorTContains Method |
Check if any of the vector's elements equals a given value.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool Contains(
T value
)
Parameters
- value T
- The value to test for.
Return Value
BooleanTrue if the value to test for was found; false otherwise.
See Also