ILNumerics Ultimate VS

ILMathsort Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Overload List

  NameDescription
Public methodStatic membersort(InArrayString)
Sort strings in A along first non singleton dimension, ascending order.

[ILNumerics Computing Engine]

Public methodStatic membersort(InArrayString, Boolean)
Sort strings in A along first non singleton dimension

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArraycomplex, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayfcomplex, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayByte, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayDouble, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayInt16, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayInt32, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArraySByte, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArraySingle, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayUInt16, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayUInt32, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayUInt64, Int32, Boolean)
Sort elements of A along the specified dimension.

[ILNumerics Computing Engine]

Public methodStatic membersort(InArrayString, Int32, Boolean)
Sort strings in A along dimension 'dim'

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArraycomplex, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayfcomplex, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayByte, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayDouble, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayInt16, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayInt32, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayInt64, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArraySByte, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArraySingle, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayUInt16, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayUInt32, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(BaseArrayUInt64, OutArrayInt64, Int32, Boolean)
Sort elements of A along the specified dimension. Computes indices also.

[ILNumerics Computing Engine]

Public methodStatic membersort(InArrayString, OutArrayDouble, Int32, Boolean)
Sort data in A along dimension 'dim'

[ILNumerics Computing Engine]

Public methodStatic membersortT, S, I(InArrayT, OutArrayI, Int32, Boolean, KeyMapperT, S)
Generic bucket sort algorithm in A along arbitrary dimension

[ILNumerics Computing Engine]

Top
See Also

Reference