Hide Comments
Hide Comments

Comments (0)

Inserts the Node as a child of the current node at the specified Index

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  procedure InsertChild( const Index: Integer; const Node: TRSGPNode<T> ); virtual; abstract;
 

Parameters

Index

Type: Integer

Node

Type: TRSGPNode<T>

expandingSee Also

Comments (0)