Reverses the order of the nested comparer.
ReverseComparer
Type Parameters
| Name | Description |
|---|---|
T | The types of items to comapre. |
01 Syntax
Microsoft.VisualBasic.Data.GraphTheory.KNearNeighbors.HNSW.ReverseComparer`1
02 Methods
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| Default | 2 | Gets a default sort order comparer for the type specified by the generic argument. |
04 Members
#ctor(
IComparer(Of `0))Initializes a new instance of the ReverseComparer class.
Parameters
| Name | Type | Description |
|---|---|---|
comparer | IComparer(Of `0) | The comparer to invert. |
Compare(
`0, `0)Default
Gets a default sort order comparer for the type specified by the generic argument.
Default