IBinaryTreeNode.Total

Syntax

Total: Integer;

Description

The Total property returns the number of observations in the node.

Comments

To get the number of observations of each category in node, use the IBinaryTreeNode.Categories property.

Example

The property use is given in the example for IBinaryTreeNode.Value.

See also:

IBinaryTreeNode