Navigation: Code Documentation > RSCommon > DataStructures > Classes > THeap > Methods
THeap.ModifyPriority(Integer) Method
Modifies the priority the heap element at the specified index position in the heap. The new index of the element is returned.
Namespace: DataStructures
Delphi
public function ModifyPriority( Index: Integer ): Integer; reintroduce; overload;
Parameters
Index
Type: Integer
•THeap
•DataStructures