ILNumerics Ultimate VS

AVLTreeAVLTreeNode Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
an AVL tree node

[ILNumerics Core Module]

Inheritance Hierarchy

SystemObject
  ILNumerics.Core.MemoryLayerAVLTreeAVLTreeNode

Namespace:  ILNumerics.Core.MemoryLayer
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public class AVLTreeNode

The AVLTreeAVLTreeNode type exposes the following members.

Constructors

  NameDescription
Public methodAVLTreeAVLTreeNode
Initializes a new instance of the AVLTreeAVLTreeNode class
Top
Methods

  NameDescription
Public methodToString
String representation of the node

[ILNumerics Core Module]

(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldbalance
Balance factor for the node
Public fieldkey
Key
Public fieldleft
Left child
Public fieldright
Right child
Top
Remarks

[ILNumerics Core Module]

See Also

Reference