Find the next node to the left with the next lower value.
Source position: avglvltree.pas line 75
public function TAvgLvlTree.FindPrecessor(
ANode: TAvgLvlTreeNode
):TAvgLvlTreeNode;