Click or drag to resize

VectorMathAreValuesEqual(Double, Double) Method

Returns true if and only if both vectors contain the same elements. Both vectors must have the same length.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool AreValuesEqual(
	double[] vector1,
	double[] vector2
)

Parameters

vector1  Double
First vector.
vector2  Double
Second vector.

Return Value

Boolean
True if both vectors contain the same elements.
See Also