Click or drag to resize
Accord.NET (logo)

PriorityQueueTContains Method

Returns whether the given node is in the queue. This is an O(1) operation.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public bool Contains(
	PriorityQueueNode<T> node
)
Request Example View Source

Parameters

node
Type: Accord.CollectionsPriorityQueueNodeT

Return Value

Type: Boolean
See Also