ILNumerics - Technical Application Development
SystemObject
ILNumerics.Core.MemoryLayerAVLTreeAVLTreeNode
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
an AVL tree node
[ILNumerics Core Module]
Inheritance Hierarchy
ILNumerics.Core.MemoryLayerAVLTreeAVLTreeNode
Namespace: ILNumerics.Core.MemoryLayer
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The AVLTreeAVLTreeNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AVLTreeAVLTreeNode | Initializes a new instance of the AVLTreeAVLTreeNode class |
Methods
Name | Description | |
---|---|---|
![]() | ToString |
String representation of the node
(Overrides ObjectToString.)[ILNumerics Core Module] |
Fields
Name | Description | |
---|---|---|
![]() | balance |
Balance factor for the node
|
![]() | key |
Key
|
![]() | left |
Left child
|
![]() | right |
Right child
|
Remarks
[ILNumerics Core Module]
See Also