Defines an interface for specialized priority queues that contains nodes which are prioritized by associated double values.

Namespace: yWorks.yFiles.Algorithms.Util
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface IDoubleNodePQ
Visual Basic
Public Interface IDoubleNodePQ

Remarks

Defines an interface for specialized priority queues that contains nodes which are prioritized by associated double values.

See Also