ILNumerics Ultimate VS

BucketSortBucketSortDoElementType, SubelementType, IndexType Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Bucket sort algorithm

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Misc
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static QueueList<ElementType, IndexType> BucketSortDo<ElementType, SubelementType, IndexType>(
	IEnumerable<ElementType> input,
	IEnumerable<IndexType> indices,
	KeyMapper<ElementType, SubelementType> mapper,
	BucketSortSortMethod method
)

Parameters

input
Type: System.Collections.GenericIEnumerableElementType
indices
Type: System.Collections.GenericIEnumerableIndexType
Return corresponding source element indices
mapper
Type: ILNumerics.Core.MiscKeyMapperElementType, SubelementType
method
Type: ILNumerics.Core.MiscBucketSortSortMethod

Type Parameters

ElementType
SubelementType
IndexType

Return Value

Type: QueueListElementType, IndexType
Remarks

[ILNumerics Core Module]

See Also

Reference