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.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool AreValuesEqual(
double[] vector1,
double[] vector2
)
Parameters
- vector1 Double
- First vector.
- vector2 Double
- Second vector.
Return Value
BooleanTrue if both vectors contain the same elements.
See Also