PasMatLib
Class Tree
Index
Previous (QSortF1D)
Next (QSortI1D)

Member
  QSortF2D

Parent
  uDynArrUtils

Description
 

Ascending 1D-array sorting with sorting of the associated 2D-array
by columns (idx = 2) or by rows (idx = 1)
Based on: Sebastian Boßung, Sorting Algorithms in Pascal
http://privat.schlund.de/b/bossung/prog/delphi/sorting.html


Source code
  procedure QSortF2D ( const A : IFArr1D ; const B : IFArr2D ; Ascending : boolean ; st : TSliceType )

Parameters
 
Parameter Description
A : IFArr1D #No TAG found in source code#
Ascending : BOOLEAN #No TAG found in source code#
B : IFArr2D #No TAG found in source code#
st : TSliceType #No TAG found in source code#

PasMatLib
Class Tree
Index
Previous (QSortF1D)
Next (QSortI1D)


ŠNikolai V. Shokhirev, 2001-2007
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/