Kit Documentation
Kit Documentation
Kit Reference
Kit.Algorithms
PriorityQueue(T) Class
PriorityQueue(T) Methods
Dequeue Method
Enqueue Method
PriorityQueue
T
Enqueue Method
Add an element with the given priority.
Namespace:
Kit.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
void
Enqueue
(
int
priority
, T
value
)
Request Example
View Source
Parameters
priority
Type:
System
Int32
value
Type:
T
See Also
Reference
PriorityQueue
T
Class
Kit.Algorithms Namespace
Send comments on this topic to
agam@frag-games.com