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