Class FibonacciHeapNodeDoubleKey<T>
Implementation of the Fibonacci heap node with key of type double.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Common.Collections
Assembly: Mars.Common.dll
Syntax
public class FibonacciHeapNodeDoubleKey<T> : FibonacciHeapNode<T, double>
Type Parameters
Name | Description |
---|---|
T | Type of the data to be stored. |
Constructors
| Improve this Doc View SourceFibonacciHeapNodeDoubleKey(T, Double)
Implementation of the Fibonacci heap node with key of type double.
Declaration
public FibonacciHeapNodeDoubleKey(T data, double key)
Parameters
Type | Name | Description |
---|---|---|
T | data | |
System.Double | key |