VectorMathAreValuesEqual(Int32, Int32) 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(
int[] vector1,
int[] vector2
)
Parameters
- vector1 Int32
- First vector.
- vector2 Int32
- Second vector.
Return Value
BooleanTrue if both vectors contain the same elements.
See Also