Click or drag to resize

GenericVectorTContains Method

Check if any of the vector's elements 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 bool Contains(
	T value
)

Parameters

value  T
The value to test for.

Return Value

Boolean
True if the value to test for was found; false otherwise.
See Also