Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

public 
  function Depth: Integer; 
 

Return Value

Type: Integer

expandingSee Also

Comments (0)