Struct HeapNode
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Mars.Common.Collections
Assembly: Mars.Common.dll
Syntax
public struct HeapNode
Constructors
| Improve this Doc View SourceHeapNode(Int32, Double)
Declaration
public HeapNode(int i, double w)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i | |
System.Double | w |
Fields
| Improve this Doc View SourceIndex
Declaration
public int Index
Field Value
Type | Description |
---|---|
System.Int32 |
Weight
Declaration
public double Weight
Field Value
Type | Description |
---|---|
System.Double |