Navigation: Code Documentation > RSCommon > DataStructures > Classes > TFloatHeapElement > Constructors
TFloatHeapElement.Create(TObject,Single) Constructor
Creates the heap element and initializes the priority to the input value.
Namespace: DataStructures
Delphi
public constructor Create( Item: TObject; Priority: Single ); reintroduce; overload;
Parameters
Item
Type: TObject
Priority
Type: Single
•DataStructures.TFloatHeapElement.Priority
•TFloatHeapElement
•DataStructures