<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Methods:
Comments (0)
Inserts the Node as a child of the current node at the specified Index
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public procedure InsertChild( const Index: Integer; const Node: TRSGPNode<T> ); virtual; abstract;
Parameters
Index
Type: Integer
Node
Type: TRSGPNode<T>