Returns the depth (maximum number of levels of children) of the subtree with this node as its root. If the node has no children, the depth is 1. If the node has children, its depth is 2. If at least one of its children has children, the depth is 3, etc.
Namespace: RSGenerics.GeneticProgramEngine
Delphi |
public |
Return Value
Type: Integer