Struct BinaryIndexedTree<K, V>.Node
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Web.GeoLookup
Assembly: Azos.Web.dll
Syntax
public struct Node
Fields
Index
Declaration
public int Index
Field Value
Type | Description |
---|---|
System.Int32 |
Left
Declaration
public uint Left
Field Value
Type | Description |
---|---|
System.UInt32 |
Right
Declaration
public uint Right
Field Value
Type | Description |
---|---|
System.UInt32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()