TSignalDecimatorList.Move Method

void Move(Int32 CurIndex, Int32 NewIndex)

Changes the position of an item in the Items array.

#NameTypeDescription
1CurIndexInt32
2NewIndexInt32

Result: stored in self (calling object)

Remarks:

Call Move to move the item at the position CurIndex so that it occupies the position NewIndex. Indexes are zero based.