<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Methods:
Comments (0)
Represents method GetChild(Integer).
Namespace: RSGenerics.GeneticProgramEngine
Delphi
protected function GetChild(Index: Integer): TRSGPNode<T>; virtual; abstract;
Parameters
Index
Type: Integer
Type: TRSGPNode<T>