Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIHeap > Methods
TIHeap.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; overload;
Parameters
Index
Type: Integer
•TIHeap
•DataStructures