Hide Comments
Hide Comments

Comments (0)

Creates and returns a node for the specified parent node. The node is similar (of the same type and arity of the Similar node parameter)

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

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

Parameters

ParentNode

Type: System.Void

Similar

Type: System.Void

ChildIndex

Type: Integer

Return Value

Type: TNode

expandingSee Also

Comments (0)