<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPBinaryNode<T>:
Comments (0)
Name
Description
Left
Specifies the left child (or Child[0]) for the current node. Assigning a value to this property will free the current Left child node.
Right
Specifies the right child (or Child[1]) for the current node. Assigning a value to this property will free the current Right child node.
Top