<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Properties:
Comments (0)
Returns the child node at the specified index
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public property Child[Index: Integer]: TRSGPNode<T> read GetChild;
Parameters
Index
Type: Integer
Type: TRSGPNode<T>