Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPBinaryNode<T> > Methods
TRSGPBinaryNode<T>.InsertChild(Integer,TRSGPNode<T>) Method
Represents method InsertChild(Integer,TRSGPNode<T>).
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public procedure InsertChild( const Index: Integer; const Node: TRSGPNode<T> ); override;
Parameters
Index
Type: Integer
Node
Type: TRSGPNode<T>
•TRSGPBinaryNode<T>
•RSGenerics.GeneticProgramEngine