Determine that the two vector are equals to each other.
VectorEqualityComparer
00 Remarks
单实例模式??
01 Syntax
Microsoft.VisualBasic.Math.LinearAlgebra.VectorEqualityComparer
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| VectorEqualsToAnother | 1 | Sequence Equals |
| GetHashCode | 1 | Sum all elements' hashcode |
03 Members
VectorEqualsToAnother(
List(Of Double), List(Of Double))Sequence Equals
Parameters
| Name | Type | Description |
|---|---|---|
list1 | List(Of Double) | - |
list2 | List(Of Double) | - |
GetHashCode(Vector)
Sum all elements' hashcode
Parameters
| Name | Type | Description |
|---|---|---|
v | Vector | - |