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