SortIndexResultsSortedIndexes Property
Gets the original linear indexes of sorted entries arranged in
the same ordering.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public IndexCollection SortedIndexes { get; }
Public ReadOnly Property SortedIndexes As IndexCollection
Get
public:
property IndexCollection^ SortedIndexes {
IndexCollection^ get ();
}
member SortedIndexes : IndexCollection with get
Property Value
IndexCollectionThe sorted linear indexes.
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.