Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIHeap > Methods
TIHeap.IndexOf(TIHeapElement) Method
Returns the index of the node in the heap
Namespace: DataStructures
Delphi
public function IndexOf( Item: TIHeapElement ): Integer; overload;
Parameters
Item
Type: TIHeapElement
Type: Integer
•TIHeap
•DataStructures