Click or drag to resize

ROVectorBaseTContains Method

Determines whether the vector contains a specific value.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	T item
)

Parameters

item  T
The value to locate in the vector.

Return Value

Boolean
true if the value is found in the vector; otherwise, false.
See Also