Click or drag to resize
Accord.NET (logo)

BinaryNodeTNode Properties

The BinaryNodeTNode generic type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets or sets the collection of child nodes under this node.
Public propertyIsLeaf
Gets whether this node is a leaf (has no children).
Public propertyLeft
Gets or sets the left subtree of this node.
Public propertyRight
Gets or sets the right subtree of this node.
Top
See Also