IBinaryTreeForest

Assembly: Stat;

Description

The IBinaryTreeForest interface is used to work with a collection of trees.

Inheritance Hierarchy

          IBinaryTreeForest

Comments

To work with binary tree nodes, use properties of the IBinaryTreeNode interface.

Properties

  Property name Brief description
Count

The Count property returns the number of trees in ensemble.
Item

The Item property returns elements of one of the ensemble trees by its index.

See also:

Stat Assembly Interfaces