ILNumerics Ultimate VS

BucketSort Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Bucket sort algorithm (for internal use)

[ILNumerics Core Module]

Inheritance Hierarchy

SystemObject
  ILNumerics.Core.MiscBucketSort

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

public class BucketSort

The BucketSort type exposes the following members.

Constructors

  NameDescription
Public methodBucketSort
Initializes a new instance of the BucketSort class
Top
Methods

  NameDescription
Public methodStatic memberBucketSortDoElementType, SubelementType, IndexType
Bucket sort algorithm

[ILNumerics Core Module]

Top
Remarks

This class is not intended to be used directly. Sorting functionality is supplied by sort(InArraydouble)

[ILNumerics Core Module]

See Also

Reference