Struct HeapNode
Namespace: Mars.Common.Collections
Assembly: Mars.Common.dll
Syntax
public struct HeapNode
Constructors
HeapNode(Int32, Double)
Declaration
public HeapNode(int i, double w)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i | |
System.Double | w |
Fields
Index
Declaration
public int Index
Field Value
Type | Description |
---|---|
System.Int32 |
Weight
Declaration
public double Weight
Field Value
Type | Description |
---|---|
System.Double |