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

Namespace: yWorks.yFiles.Algorithms.Util
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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