<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPBinaryNode<T> > Properties:
Comments (0)
Specifies the right child (or Child[1]) for the current node. Assigning a value to this property will free the current Right child node.
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public property Right: TRSGPBinaryNode<T> read FRight write SetRight;
Property Value
Type: TRSGPBinaryNode<T>