Hide Comments
Hide Comments

Comments (0)

Creates and returns a node for the specified parent node. The node may be a function, constant, or variable node

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

protected
  function GetNode( const ParentNode: TNode; ChildIndex: Integer ): TNode; overload; virtual;
 

Parameters

ParentNode

Type: System.Void

ChildIndex

Type: Integer

Return Value

Type: TNode

expandingSee Also

Comments (0)