Click or drag to resize

SortIndexResultsSortedIndexes Property

Gets the original linear indexes of sorted entries arranged in the same ordering.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public IndexCollection SortedIndexes { get; }

Property Value

Type: IndexCollection
The sorted linear indexes.
Remarks
The l-th index in SortedIndexes is the linear position of the entry in the original matrix occupying the l-th linear position in the SortedData.
See Also